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

19 lines
315 B
JSON

{
"name": "Divine Mandate",
"faithCost": 300,
"followersRequired": 350,
"productionRequired": 100,
"unlockedByDefault": false,
"effects": [
{
"type": "ModifyStat",
"targetStat": "FollowersPerSecond",
"op": "Add",
"value": 0.1
},
{
"type": "DestroySelf"
}
]
}