114 lines
3.7 KiB
JSON
114 lines
3.7 KiB
JSON
{
|
|
"members": [
|
|
{
|
|
"name": "Barbarian",
|
|
"description": "Brute strength with massive damage",
|
|
"perSec": 8,
|
|
"clickAdd": 8,
|
|
"scoreMultiplier": 1.3,
|
|
"isObtained": true,
|
|
"memberAmount": 1,
|
|
"texturePath": "res://Images/Members/Barbarian.png",
|
|
"tier": 2
|
|
},
|
|
{
|
|
"name": "Sorcerer",
|
|
"description": "Wields powerful magic to destroy enemies",
|
|
"perSec": 9,
|
|
"clickAdd": 9,
|
|
"scoreMultiplier": 1.3,
|
|
"isObtained": true,
|
|
"memberAmount": 1,
|
|
"texturePath": "res://Images/Members/Sorcerer.png",
|
|
"tier": 2
|
|
},
|
|
{
|
|
"name": "Monk",
|
|
"description": "Balanced fighter with spiritual power",
|
|
"perSec": 5,
|
|
"clickAdd": 5,
|
|
"scoreMultiplier": 1.3,
|
|
"isObtained": true,
|
|
"memberAmount": 1,
|
|
"texturePath": "res://Images/Members/Monk.png",
|
|
"tier": 2
|
|
},
|
|
{
|
|
"name": "Godric the Forest King",
|
|
"description": "Ruler of the forest with nature powers",
|
|
"perSec": 15,
|
|
"clickAdd": 10,
|
|
"scoreMultiplier": 1.3,
|
|
"isObtained": true,
|
|
"memberAmount": 1,
|
|
"texturePath": "res://Images/Members/Godric_the_Forest_King.png",
|
|
"tier": 2
|
|
},
|
|
{
|
|
"name": "Elara the Enchantress",
|
|
"description": "Mystical enchantress with powerful spells",
|
|
"perSec": 12,
|
|
"clickAdd": 12,
|
|
"scoreMultiplier": 1.3,
|
|
"isObtained": true,
|
|
"memberAmount": 1,
|
|
"texturePath": "res://Images/Members/Elara_the_Enchantress.png",
|
|
"tier": 2
|
|
},
|
|
{
|
|
"name": "Thane the Swiftblade",
|
|
"description": "Master swordsman with unparalleled speed",
|
|
"perSec": 14,
|
|
"clickAdd": 14,
|
|
"scoreMultiplier": 1.4,
|
|
"isObtained": true,
|
|
"memberAmount": 1,
|
|
"texturePath": "res://Images/Members/Thane_the_Swiftblade.png",
|
|
"tier": 2
|
|
},
|
|
{
|
|
"name": "Morgana the Dark Witch",
|
|
"description": "Dark magic user with devastating spells",
|
|
"perSec": 16,
|
|
"clickAdd": 16,
|
|
"scoreMultiplier": 1.4,
|
|
"isObtained": true,
|
|
"memberAmount": 1,
|
|
"texturePath": "res://Images/Members/Morgana_the_Dark_Witch.png",
|
|
"tier": 2
|
|
},
|
|
{
|
|
"name": "Baldric the Brave",
|
|
"description": "Courageous knight with unmatched bravery",
|
|
"perSec": 13,
|
|
"clickAdd": 13,
|
|
"scoreMultiplier": 1.4,
|
|
"isObtained": true,
|
|
"memberAmount": 1,
|
|
"texturePath": "res://Images/Members/Baldric_the_Brave.png",
|
|
"tier": 2
|
|
},
|
|
{
|
|
"name": "Isolde the Ice Queen",
|
|
"description": "Queen with control over ice and snow",
|
|
"perSec": 18,
|
|
"clickAdd": 18,
|
|
"scoreMultiplier": 1.4,
|
|
"isObtained": true,
|
|
"memberAmount": 1,
|
|
"texturePath": "res://Images/Members/Isolde_the_Ice_Queen.png",
|
|
"tier": 2
|
|
},
|
|
{
|
|
"name": "Draven the Shadow Assassin",
|
|
"description": "Stealthy assassin from the shadows",
|
|
"perSec": 20,
|
|
"clickAdd": 20,
|
|
"scoreMultiplier": 1.4,
|
|
"isObtained": true,
|
|
"memberAmount": 1,
|
|
"texturePath": "res://Images/Members/Draven_the_Shadow_Assassin.png",
|
|
"tier": 2
|
|
}
|
|
]
|
|
} |