2022-11-24 16:51:10 +01:00
|
|
|
{
|
2022-11-28 11:49:16 +01:00
|
|
|
"player": {
|
2022-11-25 12:00:09 +01:00
|
|
|
"defaultHP": 50,
|
2022-11-24 16:51:10 +01:00
|
|
|
"requiredXP": [
|
2022-11-25 12:00:09 +01:00
|
|
|
5,
|
|
|
|
5,
|
|
|
|
5,
|
|
|
|
10,
|
|
|
|
10,
|
|
|
|
10,
|
|
|
|
20,
|
|
|
|
20,
|
|
|
|
20,
|
|
|
|
20
|
2022-11-24 16:51:10 +01:00
|
|
|
],
|
2022-11-28 14:34:34 +01:00
|
|
|
"regenerationDelay": 5,
|
2022-11-29 15:55:47 +01:00
|
|
|
"collisionDelay": 0.5,
|
|
|
|
"weapon": {
|
|
|
|
"strikeDelay": 2,
|
|
|
|
"damage": 1
|
|
|
|
},
|
|
|
|
"haloLauncher": {
|
|
|
|
"projectilesToSpawn": 24,
|
2022-11-30 11:44:20 +01:00
|
|
|
"cooldownDivisorPerUpgrade": 1,
|
2022-11-30 09:37:09 +01:00
|
|
|
"launcher": {
|
2022-11-30 11:44:20 +01:00
|
|
|
"projectileLifetime": 2,
|
2022-11-30 09:37:09 +01:00
|
|
|
"projectileSpeed": 150,
|
|
|
|
"wavesToShoot": 1,
|
|
|
|
"wavesDelayMs": 0,
|
|
|
|
"cooldown": 10
|
|
|
|
}
|
2022-11-30 11:44:20 +01:00
|
|
|
},
|
|
|
|
"xyLaunchers": {
|
|
|
|
"wavesToShootPerUpgrade": 1,
|
|
|
|
"launcher": {
|
|
|
|
"projectileLifetime": 20,
|
|
|
|
"projectileSpeed": 300,
|
|
|
|
"wavesToShoot": 0,
|
|
|
|
"wavesDelayMs": 100,
|
|
|
|
"cooldown": 4
|
|
|
|
}
|
2022-11-29 15:55:47 +01:00
|
|
|
}
|
2022-11-28 11:49:16 +01:00
|
|
|
},
|
|
|
|
"upgrades": {
|
|
|
|
"maxWeaponLengthUpgrades": 5,
|
|
|
|
"maxWeaponDamageUpgrades": 5,
|
|
|
|
"maxHorizontalProjectileUpgrades": 0,
|
|
|
|
"maxVerticalProjectileUpgrades": 0,
|
2022-11-29 15:55:47 +01:00
|
|
|
"maxHaloProjectileUpgrades": 5,
|
2022-11-28 14:34:34 +01:00
|
|
|
"maxRegenerationUpgrades": 5
|
2022-11-24 16:51:10 +01:00
|
|
|
}
|
|
|
|
}
|