15 lines
356 B
JSON
15 lines
356 B
JSON
{
|
|
"name": "Form Settlement",
|
|
"faithCost": 300,
|
|
"followersRequired": 150,
|
|
"unlockedByDefault": true,
|
|
"effects": [
|
|
{
|
|
"type": "UnlockMiracle",
|
|
"miraclesToUnlock": [ "erect_shrine", "communal_effort", "sustainable_practices", "ritual_of_cleansing" ]
|
|
},
|
|
{ "type": "DestroySelf" }
|
|
],
|
|
"advancesToAge": "The Settlement Age"
|
|
}
|