35 lines
786 B
JSON
35 lines
786 B
JSON
{
|
|
"members": [
|
|
{
|
|
"name": "Squire",
|
|
"description": "Someone who does things for someone else, not very impressive.",
|
|
"perSec": 1,
|
|
"clickAdd": 1,
|
|
"scoreMultiplier": 1,
|
|
"isObtained": true,
|
|
"memberAmount": 1,
|
|
"texturePath": "res://Images/Members/Squire.png"
|
|
},
|
|
{
|
|
"name": "Archer",
|
|
"description": "Better at accurate clicks than consistent damage",
|
|
"perSec": 1,
|
|
"clickAdd": 20,
|
|
"scoreMultiplier": 2,
|
|
"isObtained": true,
|
|
"memberAmount": 1,
|
|
"texturePath": "res://Images/Members/Archer.png"
|
|
},
|
|
{
|
|
"name": "Mage",
|
|
"description": "A good mix of DPS and click power",
|
|
"perSec": 10,
|
|
"clickAdd": 10,
|
|
"scoreMultiplier": 3,
|
|
"isObtained": true,
|
|
"memberAmount": 1,
|
|
"texturePath": "res://Images/Members/Mage.png"
|
|
}
|
|
]
|
|
}
|