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

21 lines
401 B
JSON

{
"name": "Blood Ritual",
"faithCost": 0,
"followersRequired": 25,
"productionRequired": 0,
"unlockedByDefault": true,
"effects": [
{
"type": "ConvertResource",
"fromResource": "Followers",
"fromAmount": 10,
"toResource": "Faith",
"toAmount": 250
},
{
"type": "AddResource",
"targetResource": "Corruption",
"value": 5
}
]
}