Add FollowersPerSecond modifications to various unlocks; adjust values for game progression

This commit is contained in:
2025-08-23 22:59:22 +02:00
parent e7247ee715
commit 7e8ccb061a
7 changed files with 23 additions and 4 deletions

View File

@@ -7,7 +7,13 @@
"effects": [
{
"type": "UnlockMiracle",
"miraclesToUnlock": [ "global_network", "orbital_calculations" ]
"miraclesToUnlock": ["global_network", "orbital_calculations"]
},
{
"type": "ModifyStat",
"targetStat": "FollowersPerSecond",
"op": "Add",
"value": 1.0
},
{ "type": "DestroySelf" }
],