Add new miracles and update existing JSON configurations for resource management
This commit is contained in:
19
Mods/Miracles/erect_shrine.json
Normal file
19
Mods/Miracles/erect_shrine.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "Erect Shrine",
|
||||
"faithCost": 750,
|
||||
"followersRequired": 200,
|
||||
"unlockedByDefault": false,
|
||||
"effects": [
|
||||
{
|
||||
"type": "ModifyStat",
|
||||
"targetStat": "FaithPerFollower",
|
||||
"op": "Add",
|
||||
"value": 0.2
|
||||
},
|
||||
{
|
||||
"type": "AddResource",
|
||||
"targetResource": "Corruption",
|
||||
"value": 5
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user