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

16 lines
341 B
JSON

{
"name": "Age of Industry",
"faithCost": 1500,
"followersRequired": 750,
"productionRequired": 50,
"unlockedByDefault": false,
"effects": [
{
"type": "UnlockMiracle",
"miraclesToUnlock": [ "inspire_invention", "exploit_earth" ]
},
{ "type": "DestroySelf" }
],
"advancesToAge": "The Industrial Age"
}