Adjust faith costs and resource effects for various rituals and structures; optimize thresholds for follower and hut tiers
This commit is contained in:
@@ -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 }
|
||||
}
|
||||
|
Reference in New Issue
Block a user