Adjust faith costs and resource effects for various rituals and structures; optimize thresholds for follower and hut tiers

This commit is contained in:
2025-08-23 22:47:16 +02:00
parent 048688da45
commit e7247ee715
27 changed files with 81 additions and 81 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "God's Endurance",
"faithCost": 500,
"faithCost": 100,
"followersRequired": 400,
"productionRequired": 0,
"unlockedByDefault": false,
@@ -9,8 +9,8 @@
"type": "ApplyBuff",
"buffId": "gods_endurance",
"targetStat": "FaithPerFollower",
"multiplier": 2.0,
"duration": 60
"multiplier": 1.5,
"duration": 30
}
]
}