Add new miracles: Divine Mandate and Prosperity Boom; update buff application logic and game state calculations

This commit is contained in:
2025-08-23 18:47:42 +02:00
parent 8ae0e7e80c
commit 0fbd49f36a
10 changed files with 76 additions and 14 deletions

View File

@@ -24,6 +24,7 @@ public class GameState
Set(Stat.FaithPerFollower, 0.5);
Set(Stat.ProductionPerSecond, 0.0);
Set(Stat.CorruptionPerSecond, 0.01);
Set(Stat.FollowersPerSecond, 0);
}
public double Get(Stat stat) => _stats[stat].Value;