Add Organized Religion miracle and Temple tiers; update game structure with new markers and visualizations

This commit is contained in:
2025-08-23 19:03:24 +02:00
parent 0fbd49f36a
commit 4ceb63e49c
7 changed files with 121 additions and 3 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "Organized Religion",
"faithCost": 4000,
"followersRequired": 1000,
"productionRequired": 500,
"unlockedByDefault": false,
"effects": [
{
"type": "ModifyStat",
"targetStat": "FaithPerFollower",
"op": "Multiply",
"value": 1.5
},
{
"type": "DestroySelf"
}
]
}