mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2024-12-26 03:38:58 +00:00
30 lines
600 B
JSON
30 lines
600 B
JSON
{
|
|
"player": {
|
|
"defaultHP": 50,
|
|
"requiredXP": [
|
|
5,
|
|
5,
|
|
5,
|
|
10,
|
|
10,
|
|
10,
|
|
20,
|
|
20,
|
|
20,
|
|
20
|
|
],
|
|
"regenerationDelay": 5,
|
|
"collisionDelay": 0.5
|
|
},
|
|
"weapon": {
|
|
"strikeDelay": 2,
|
|
"damage": 1
|
|
},
|
|
"upgrades": {
|
|
"maxWeaponLengthUpgrades": 5,
|
|
"maxWeaponDamageUpgrades": 5,
|
|
"maxHorizontalProjectileUpgrades": 0,
|
|
"maxVerticalProjectileUpgrades": 0,
|
|
"maxRegenerationUpgrades": 5
|
|
}
|
|
} |