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

26 lines
554 B
JSON

{
"name": "Age of Industry",
"faithCost": 300,
"followersRequired": 750,
"productionRequired": 50,
"unlockedByDefault": false,
"effects": [
{
"type": "UnlockMiracle",
"miraclesToUnlock": [
"inspire_invention",
"exploit_earth",
"fossil_fuel_frenzy",
"globalization",
"harness_the_sun",
"tame_the_atom",
"prosperity_boom",
"organized_religion",
"unlock_space_age"
]
},
{ "type": "DestroySelf" }
],
"advancesToAge": "The Industrial Age"
}