2022-11-24 15:51:10 +00:00
|
|
|
{
|
2022-11-28 10:49:16 +00:00
|
|
|
"player": {
|
2022-11-25 11:00:09 +00:00
|
|
|
"defaultHP": 50,
|
2022-11-24 15:51:10 +00:00
|
|
|
"requiredXP": [
|
2022-11-25 11:00:09 +00:00
|
|
|
5,
|
|
|
|
5,
|
|
|
|
5,
|
|
|
|
10,
|
|
|
|
10,
|
|
|
|
10,
|
|
|
|
20,
|
|
|
|
20,
|
|
|
|
20,
|
|
|
|
20
|
2022-11-24 15:51:10 +00:00
|
|
|
],
|
2022-11-28 13:34:34 +00:00
|
|
|
"regenerationDelay": 5,
|
2022-11-29 14:55:47 +00:00
|
|
|
"collisionDelay": 0.5,
|
|
|
|
"weapon": {
|
|
|
|
"strikeDelay": 2,
|
|
|
|
"damage": 1
|
|
|
|
},
|
|
|
|
"haloLauncher": {
|
|
|
|
"projectileLifetime": 2,
|
|
|
|
"projectileSpeed": 150,
|
|
|
|
"projectilesToSpawn": 24,
|
|
|
|
"cooldown": 10
|
|
|
|
}
|
2022-11-28 10:49:16 +00:00
|
|
|
},
|
|
|
|
"upgrades": {
|
|
|
|
"maxWeaponLengthUpgrades": 5,
|
|
|
|
"maxWeaponDamageUpgrades": 5,
|
|
|
|
"maxHorizontalProjectileUpgrades": 0,
|
|
|
|
"maxVerticalProjectileUpgrades": 0,
|
2022-11-29 14:55:47 +00:00
|
|
|
"maxHaloProjectileUpgrades": 5,
|
2022-11-28 13:34:34 +00:00
|
|
|
"maxRegenerationUpgrades": 5
|
2022-11-24 15:51:10 +00:00
|
|
|
}
|
|
|
|
}
|