Add new miracles and update existing JSON configurations for resource management
This commit is contained in:
29
Mods/Tiers/follower_tiers.json
Normal file
29
Mods/Tiers/follower_tiers.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"tiers": [
|
||||
{
|
||||
"tierEnum": "Tier1",
|
||||
"threshold": 0,
|
||||
"scenePath": "res://Scenes/Followers/followers_tier_1.tscn"
|
||||
},
|
||||
{
|
||||
"tierEnum": "Tier2",
|
||||
"threshold": 200,
|
||||
"scenePath": "res://Scenes/Followers/followers_tier_2.tscn"
|
||||
},
|
||||
{
|
||||
"tierEnum": "Tier3",
|
||||
"threshold": 500,
|
||||
"scenePath": "res://Scenes/Followers/followers_tier_3.tscn"
|
||||
},
|
||||
{
|
||||
"tierEnum": "Tier4",
|
||||
"threshold": 1000,
|
||||
"scenePath": "res://Scenes/Followers/followers_tier_4.tscn"
|
||||
},
|
||||
{
|
||||
"tierEnum": "Tier5",
|
||||
"threshold": 2500,
|
||||
"scenePath": "res://Scenes/Followers/followers_tier_5.tscn"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user