Team Selection, Damage Engine, Stat Allocation

This commit is contained in:
2024-06-05 12:05:12 -04:00
parent 341bf010d4
commit cdbba45795
93 changed files with 1996 additions and 210 deletions

View File

@@ -0,0 +1,34 @@
{
"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"
}
]
}