Add new miracles with various effects and requirements

This commit is contained in:
2025-08-23 00:40:40 +02:00
parent e12acb0238
commit f712d3a395
6 changed files with 89 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "Bountiful Harvest",
"faithCost": 50,
"followersRequired": 0,
"unlockedByDefault": true,
"effects": [
{
"type": "AddResource",
"targetResource": "Followers",
"value": 10
},
{
"type": "AddResource",
"targetResource": "Corruption",
"value": 2
}
]
}