Add FollowersPerSecond modifications to various unlocks; adjust values for game progression
This commit is contained in:
@@ -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" }
|
||||
],
|
||||
|
Reference in New Issue
Block a user