Increase default counts for pollen and butterflies in SpringOptions configuration
This commit is contained in:
@@ -193,10 +193,10 @@ public class ResurrectionOptions
|
||||
|
||||
public class SpringOptions
|
||||
{
|
||||
public int PollenCount { get; set; } = 15;
|
||||
public int PollenCount { get; set; } = 30;
|
||||
public int SunbeamCount { get; set; } = 5;
|
||||
public int BirdCount { get; set; } = 3;
|
||||
public int ButterflyCount { get; set; } = 2;
|
||||
public int ButterflyCount { get; set; } = 4;
|
||||
public int BeeCount { get; set; } = 1;
|
||||
public int LadybugCount { get; set; } = 1;
|
||||
public bool EnableSpring { get; set; } = true;
|
||||
|
||||
Reference in New Issue
Block a user