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

@@ -2,19 +2,19 @@
"tiers": [
{
"tierEnum": "Tier1",
"threshold": 1000,
"threshold": 200,
"imagePath": "res://Sprites/Temple.png",
"scale": { "x": 0.05, "y": 0.05 }
},
{
"tierEnum": "Tier2",
"threshold": 3000,
"threshold": 600,
"imagePath": "res://Sprites/temple_tier_2.png",
"scale": { "x": 0.05, "y": 0.05 }
},
{
"tierEnum": "Tier3",
"threshold": 6000,
"threshold": 1200,
"imagePath": "res://Sprites/temple_tier_3.png",
"scale": { "x": 0.05, "y": 0.05 }
}