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

15 lines
395 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" ]
},
{ "type": "DestroySelf" }
],
"advancesToAge": "The Settlement Age"
}