Files
parasitic-god/Mods/Miracles/unlock_space_age.json

22 lines
459 B
JSON

{
"name": "Age of Space",
"faithCost": 6000,
"followersRequired": 4000,
"productionRequired": 5000,
"unlockedByDefault": false,
"effects": [
{
"type": "UnlockMiracle",
"miraclesToUnlock": ["global_network", "orbital_calculations"]
},
{
"type": "ModifyStat",
"targetStat": "FollowersPerSecond",
"op": "Add",
"value": 1.0
},
{ "type": "DestroySelf" }
],
"advancesToAge": "The Space Age"
}