Add new miracles and update existing JSON configurations for resource management
This commit is contained in:
14
Mods/Miracles/unlock_settlement.json
Normal file
14
Mods/Miracles/unlock_settlement.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Form Settlement",
|
||||
"faithCost": 300,
|
||||
"followersRequired": 150,
|
||||
"unlockedByDefault": true,
|
||||
"effects": [
|
||||
{
|
||||
"type": "UnlockMiracle",
|
||||
"miraclesToUnlock": [ "erect_shrine", "communal_effort" ]
|
||||
},
|
||||
{ "type": "DestroySelf" }
|
||||
],
|
||||
"advancesToAge": "The Settlement Age"
|
||||
}
|
Reference in New Issue
Block a user