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

20 lines
334 B
JSON

{
"name": "Erect Shrine",
"faithCost": 60,
"followersRequired": 200,
"unlockedByDefault": false,
"effects": [
{
"type": "ModifyStat",
"targetStat": "FaithPerFollower",
"op": "Add",
"value": 0.05
},
{
"type": "AddResource",
"targetResource": "Corruption",
"value": 1
}
]
}