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

19 lines
323 B
JSON

{
"name": "Organized Religion",
"faithCost": 800,
"followersRequired": 1000,
"productionRequired": 500,
"unlockedByDefault": false,
"effects": [
{
"type": "ModifyStat",
"targetStat": "FaithPerFollower",
"op": "Multiply",
"value": 1.1
},
{
"type": "DestroySelf"
}
]
}