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

114 lines
2.9 KiB
JSON

{
"members": [
{
"name": "Fiora the Flamecaller",
"description": "Master of fire magic with destructive power",
"perSec": 17,
"clickAdd": 17,
"scoreMultiplier": 1.5,
"isObtained": true,
"memberAmount": 1,
"texturePath": "res://Images/Members/Fiora_the_Flamecaller.png",
"tier": 3
},
{
"name": "Alistair the Protector",
"description": "Defender with strong protective abilities",
"perSec": 11,
"clickAdd": 11,
"scoreMultiplier": 1.5,
"isObtained": true,
"memberAmount": 1,
"texturePath": "res://Images/Members/Alistair_the_Protector.png",
"tier": 3
},
{
"name": "Nerida the Sea Sorceress",
"description": "Sorceress with control over the seas",
"perSec": 19,
"clickAdd": 19,
"scoreMultiplier": 1.5,
"isObtained": true,
"memberAmount": 1,
"texturePath": "res://Images/Members/Nerida_the_Sea_Sorceress.png",
"tier": 3
},
{
"name": "Garret the Fierce",
"description": "Warrior with unmatched ferocity",
"perSec": 21,
"clickAdd": 21,
"scoreMultiplier": 1.5,
"isObtained": true,
"memberAmount": 1,
"texturePath": "res://Images/Members/Garret_the_Fierce.png",
"tier": 3
},
{
"name": "Lysandra the Mystic",
"description": "Mystic with powerful and ancient knowledge",
"perSec": 22,
"clickAdd": 22,
"scoreMultiplier": 1.5,
"isObtained": true,
"memberAmount": 1,
"texturePath": "res://Images/Members/Lysandra_the_Mystic.png",
"tier": 3
},
{
"name": "Talia the Stormbringer",
"description": "Commands the power of storms",
"perSec": 23,
"clickAdd": 23,
"scoreMultiplier": 1.6,
"isObtained": true,
"memberAmount": 1,
"texturePath": "res://Images/Members/Talia_the_Stormbringer.png",
"tier": 3
},
{
"name": "Borin the Boulder",
"description": "Unmovable force with great strength",
"perSec": 25,
"clickAdd": 25,
"scoreMultiplier": 1.6,
"isObtained": true,
"memberAmount": 1,
"texturePath": "res://Images/Members/Borin_the_Boulder.png",
"tier": 3
},
{
"name": "Lyra the Moonshadow",
"description": "Assassin with the power of the moon",
"perSec": 26,
"clickAdd": 26,
"scoreMultiplier": 1.6,
"isObtained": true,
"memberAmount": 1,
"texturePath": "res://Images/Members/Lyra_the_Moonshadow.png",
"tier": 3
},
{
"name": "Kara the Windrunner",
"description": "Swift archer with control over wind",
"perSec": 27,
"clickAdd": 27,
"scoreMultiplier": 1.6,
"isObtained": true,
"memberAmount": 1,
"texturePath": "res://Images/Members/Kara_the_Windrunner.png",
"tier": 3
},
{
"name": "Darius the Earthshaker",
"description": "Warrior with the power to shake the earth",
"perSec": 28,
"clickAdd": 28,
"scoreMultiplier": 1.6,
"isObtained": true,
"memberAmount": 1,
"texturePath": "res://Images/Members/Darius_the_Earthshaker.png",
"tier": 3
}
]
}