mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2024-12-26 03:38:58 +00:00
37 lines
831 B
JSON
37 lines
831 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
|
|
},
|
|
"haloLauncher": {
|
|
"projectileLifetime": 2,
|
|
"projectileSpeed": 150,
|
|
"projectilesToSpawn": 24,
|
|
"cooldown": 10
|
|
}
|
|
},
|
|
"upgrades": {
|
|
"maxWeaponLengthUpgrades": 5,
|
|
"maxWeaponDamageUpgrades": 5,
|
|
"maxHorizontalProjectileUpgrades": 0,
|
|
"maxVerticalProjectileUpgrades": 0,
|
|
"maxHaloProjectileUpgrades": 5,
|
|
"maxRegenerationUpgrades": 5
|
|
}
|
|
} |