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

@@ -8,25 +8,25 @@
},
{
"tierEnum": "Tier2",
"threshold": 200,
"threshold": 30,
"imagePath": "res://Sprites/follower_tier_2.png",
"scale": { "x": 0.1, "y": 0.1 }
},
{
"tierEnum": "Tier3",
"threshold": 500,
"threshold": 80,
"imagePath": "res://Sprites/follower_tier_3.png",
"scale": { "x": 0.1, "y": 0.1 }
},
{
"tierEnum": "Tier4",
"threshold": 1000,
"threshold": 200,
"imagePath": "res://Sprites/follower_tier_4.png",
"scale": { "x": 0.1, "y": 0.1 }
},
{
"tierEnum": "Tier5",
"threshold": 2500,
"threshold": 500,
"imagePath": "res://Sprites/follower_tier_5.png",
"scale": { "x": 0.1, "y": 0.1 }
}