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

114 lines
3.7 KiB
JSON

{
"members": [
{
"name": "Ariana the Starcaller",
"description": "Mage with the ability to call upon stars",
"perSec": 30,
"clickAdd": 30,
"scoreMultiplier": 1.7,
"isObtained": true,
"memberAmount": 1,
"texturePath": "res://Images/Members/Ariana_the_Starcaller.png",
"tier": 4
},
{
"name": "Grom the Thunderfist",
"description": "Warrior with fists like thunder",
"perSec": 31,
"clickAdd": 31,
"scoreMultiplier": 1.7,
"isObtained": true,
"memberAmount": 1,
"texturePath": "res://Images/Members/Grom_the_Thunderfist.png",
"tier": 4
},
{
"name": "Selene the Frostwitch",
"description": "Witch with the power of frost",
"perSec": 32,
"clickAdd": 32,
"scoreMultiplier": 1.7,
"isObtained": true,
"memberAmount": 1,
"texturePath": "res://Images/Members/Selene_the_Frostwitch.png",
"tier": 4
},
{
"name": "Victor the Valiant",
"description": "Valiant knight with great courage",
"perSec": 33,
"clickAdd": 33,
"scoreMultiplier": 1.7,
"isObtained": true,
"memberAmount": 1,
"texturePath": "res://Images/Members/Victor_the_Valiant.png",
"tier": 4
},
{
"name": "Fenris the Beastmaster",
"description": "Master of beasts and wild creatures",
"perSec": 34,
"clickAdd": 34,
"scoreMultiplier": 1.7,
"isObtained": true,
"memberAmount": 1,
"texturePath": "res://Images/Members/Fenris_the_Beastmaster.png",
"tier": 4
},
{
"name": "Zara the Flamestrike",
"description": "Warrior with the power of flames",
"perSec": 35,
"clickAdd": 35,
"scoreMultiplier": 1.8,
"isObtained": true,
"memberAmount": 1,
"texturePath": "res://Images/Members/Zara_the_Flamestrike.png",
"tier": 4
},
{
"name": "Eldrin the Wise",
"description": "Mage with great wisdom and power",
"perSec": 36,
"clickAdd": 36,
"scoreMultiplier": 1.8,
"isObtained": true,
"memberAmount": 1,
"texturePath": "res://Images/Members/Eldrin_the_Wise.png",
"tier": 4
},
{
"name": "Luna the Moonlight",
"description": "Mystic with the power of moonlight",
"perSec": 37,
"clickAdd": 37,
"scoreMultiplier": 1.8,
"isObtained": true,
"memberAmount": 1,
"texturePath": "res://Images/Members/Luna_the_Moonlight.png",
"tier": 4
},
{
"name": "Orin the Invincible",
"description": "Warrior with unmatched strength",
"perSec": 38,
"clickAdd": 38,
"scoreMultiplier": 1.8,
"isObtained": true,
"memberAmount": 1,
"texturePath": "res://Images/Members/Orin_the_Invincible.png",
"tier": 4
},
{
"name": "Seraphina the Radiant",
"description": "Angel with radiant power",
"perSec": 39,
"clickAdd": 39,
"scoreMultiplier": 1.8,
"isObtained": true,
"memberAmount": 1,
"texturePath": "res://Images/Members/Seraphina_the_Radiant.png",
"tier": 4
}
]
}