Add Craftsmanship miracle; update production calculations and unlock logic

This commit is contained in:
2025-08-23 19:20:58 +02:00
parent 4ceb63e49c
commit 33c182e623
6 changed files with 35 additions and 5 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "Craftsmanship",
"faithCost": 600,
"followersRequired": 300,
"productionRequired": 25,
"unlockedByDefault": false,
"effects": [
{
"type": "ModifyStat",
"targetStat": "ProductionPerFollower",
"op": "Add",
"value": 0.05
},
{
"type": "DestroySelf"
}
]
}