mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2024-12-26 11:48:54 +00:00
28 lines
547 B
JSON
28 lines
547 B
JSON
{
|
|
"player": {
|
|
"defaultHP": 50,
|
|
"requiredXP": [
|
|
5,
|
|
5,
|
|
5,
|
|
10,
|
|
10,
|
|
10,
|
|
20,
|
|
20,
|
|
20,
|
|
20
|
|
],
|
|
"collisionDelay": 0.5
|
|
},
|
|
"weapon": {
|
|
"strikeDelay": 2
|
|
},
|
|
"upgrades": {
|
|
"maxWeaponLengthUpgrades": 5,
|
|
"maxWeaponDamageUpgrades": 5,
|
|
"maxHorizontalProjectileUpgrades": 0,
|
|
"maxVerticalProjectileUpgrades": 0,
|
|
"maxRegenerationUpgrades": 0
|
|
}
|
|
} |