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

24 lines
509 B
JSON

{
"name": "Form Settlement",
"faithCost": 300,
"followersRequired": 150,
"unlockedByDefault": true,
"effects": [
{
"type": "UnlockMiracle",
"miraclesToUnlock": [
"erect_shrine",
"communal_effort",
"sustainable_practices",
"ritual_of_cleansing",
"gods_endurance",
"geological_survey",
"divine_mandate",
"unlock_age_of_industry"
]
},
{ "type": "DestroySelf" }
],
"advancesToAge": "The Settlement Age"
}