Increase default counts for pollen and butterflies in SpringOptions configuration

This commit is contained in:
CodeDevMLH
2026-02-21 14:44:09 +01:00
parent d50d71bde1
commit 241450d132

View File

@@ -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;