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

19 lines
316 B
JSON

{
"name": "Craftsmanship",
"faithCost": 80,
"followersRequired": 300,
"productionRequired": 25,
"unlockedByDefault": false,
"effects": [
{
"type": "ModifyStat",
"targetStat": "ProductionPerFollower",
"op": "Add",
"value": 0.01
},
{
"type": "DestroySelf"
}
]
}