Files
ClickerGacha/MemberDatabase/tier5.json
2024-06-14 15:33:36 -04:00

114 lines
3.6 KiB
JSON

{
"members": [
{
"name": "Thalor the Dragonborn",
"description": "Warrior with dragon's strength",
"perSec": 40,
"clickAdd": 40,
"scoreMultiplier": 1.9,
"isObtained": true,
"memberAmount": 1,
"texturePath": "res://Images/Members/Thalor_the_Dragonborn.png",
"tier": 5
},
{
"name": "Aeris the Skyblade",
"description": "Swift warrior of the skies",
"perSec": 41,
"clickAdd": 41,
"scoreMultiplier": 1.9,
"isObtained": true,
"memberAmount": 1,
"texturePath": "res://Images/Members/Aeris_the_Skyblade.png",
"tier": 5
},
{
"name": "Nyx the Shadowcaster",
"description": "Mage with control over shadows",
"perSec": 42,
"clickAdd": 42,
"scoreMultiplier": 1.9,
"isObtained": true,
"memberAmount": 1,
"texturePath": "res://Images/Members/Nyx_the_Shadowcaster.png",
"tier": 5
},
{
"name": "Cedric the Valiant",
"description": "Knight with unmatched valor",
"perSec": 43,
"clickAdd": 43,
"scoreMultiplier": 1.9,
"isObtained": true,
"memberAmount": 1,
"texturePath": "res://Images/Members/Cedric_the_Valiant.png",
"tier": 5
},
{
"name": "Raven the Silent",
"description": "Stealthy assassin with deadly skills",
"perSec": 44,
"clickAdd": 44,
"scoreMultiplier": 1.9,
"isObtained": true,
"memberAmount": 1,
"texturePath": "res://Images/Members/Raven_the_Silent.png",
"tier": 5
},
{
"name": "Lyra the Stardancer",
"description": "Mystic with power over stars",
"perSec": 45,
"clickAdd": 45,
"scoreMultiplier": 2,
"isObtained": true,
"memberAmount": 1,
"texturePath": "res://Images/Members/Lyra_the_Stardancer.png",
"tier": 5
},
{
"name": "Eldrin the Sage",
"description": "Sage with ancient wisdom",
"perSec": 46,
"clickAdd": 46,
"scoreMultiplier": 2,
"isObtained": true,
"memberAmount": 1,
"texturePath": "res://Images/Members/Eldrin_the_Sage.png",
"tier": 5
},
{
"name": "Orion the Hunter",
"description": "Hunter with unparalleled skill",
"perSec": 47,
"clickAdd": 47,
"scoreMultiplier": 2,
"isObtained": true,
"memberAmount": 1,
"texturePath": "res://Images/Members/Orion_the_Hunter.png",
"tier": 5
},
{
"name": "Thalia the Sunseeker",
"description": "Seeker of the sun's power",
"perSec": 48,
"clickAdd": 48,
"scoreMultiplier": 2,
"isObtained": true,
"memberAmount": 1,
"texturePath": "res://Images/Members/Thalia_the_Sunseeker.png",
"tier": 5
},
{
"name": "Zephyr the Windcaller",
"description": "Caller of the winds",
"perSec": 49,
"clickAdd": 49,
"scoreMultiplier": 2,
"isObtained": true,
"memberAmount": 1,
"texturePath": "res://Images/Members/Zephyr_the_Windcaller.png",
"tier": 5
}
]
}