Update resource values and unlock new miracles; refactor tier loading logic

This commit is contained in:
2025-08-23 16:10:57 +02:00
parent cd715a24cb
commit 9da3b02a46
18 changed files with 149 additions and 140 deletions

View File

@@ -3,14 +3,14 @@
{
"tierEnum": "Tier1",
"threshold": 150,
"imagePath": "user://Mods/Tiers/Huts/hut_tier_1.png",
"scale": {"x": 0.01, "y": 0.01}
"imagePath": "res://Mods/Tiers/Huts/hut_tier_1.png",
"scale": {"x": 0.05, "y": 0.05}
},
{
"tierEnum": "Tier2",
"threshold": 750,
"imagePath": "user://Mods/Tiers/Huts/hut_tier_2.png",
"scale": {"x": 0.01, "y": 0.01}
"imagePath": "res://Mods/Tiers/Huts/hut_tier_2.png",
"scale": {"x": 0.05, "y": 0.05}
}
]
}