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": {
|
|
|
|
"projectilesToSpawn": 24,
|
2022-11-30 10:44:20 +00:00
|
|
|
"cooldownDivisorPerUpgrade": 1,
|
2022-11-30 08:37:09 +00:00
|
|
|
"launcher": {
|
2022-11-30 10:44:20 +00:00
|
|
|
"projectileLifetime": 2,
|
2022-11-30 08:37:09 +00:00
|
|
|
"projectileSpeed": 150,
|
|
|
|
"wavesToShoot": 1,
|
|
|
|
"wavesDelayMs": 0,
|
|
|
|
"cooldown": 10
|
|
|
|
}
|
2022-11-30 10:44:20 +00:00
|
|
|
},
|
2022-12-01 11:16:52 +00:00
|
|
|
"horizontalLauncher": {
|
|
|
|
"wavesToShootPerUpgrade": 1,
|
|
|
|
"launcher": {
|
|
|
|
"projectileLifetime": 3,
|
|
|
|
"projectileSpeed": 300,
|
|
|
|
"wavesToShoot": 0,
|
|
|
|
"wavesDelayMs": 100,
|
|
|
|
"cooldown": 4
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"diagonalLauncher": {
|
2022-11-30 10:44:20 +00:00
|
|
|
"wavesToShootPerUpgrade": 1,
|
|
|
|
"launcher": {
|
|
|
|
"projectileLifetime": 20,
|
|
|
|
"projectileSpeed": 300,
|
|
|
|
"wavesToShoot": 0,
|
|
|
|
"wavesDelayMs": 100,
|
|
|
|
"cooldown": 4
|
|
|
|
}
|
2022-11-29 14:55:47 +00:00
|
|
|
}
|
2022-11-28 10:49:16 +00:00
|
|
|
},
|
|
|
|
"upgrades": {
|
|
|
|
"maxWeaponLengthUpgrades": 5,
|
|
|
|
"maxWeaponDamageUpgrades": 5,
|
|
|
|
"maxHorizontalProjectileUpgrades": 0,
|
2022-12-01 11:16:52 +00:00
|
|
|
"maxDiagonalProjectileUpgrades": 0,
|
2022-11-29 14:55:47 +00:00
|
|
|
"maxHaloProjectileUpgrades": 5,
|
2022-11-28 13:34:34 +00:00
|
|
|
"maxRegenerationUpgrades": 5
|
2022-12-06 09:00:18 +00:00
|
|
|
},
|
|
|
|
"enemyManager": {
|
2022-12-12 11:46:17 +00:00
|
|
|
"enemies": [
|
|
|
|
{
|
|
|
|
"id": "Basic",
|
|
|
|
"moveType": "Follow",
|
|
|
|
"health": 1,
|
|
|
|
"damage": 1,
|
|
|
|
"speed": 50
|
2022-12-12 12:12:07 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "Wave",
|
|
|
|
"moveType": "Launch",
|
|
|
|
"health": 1,
|
|
|
|
"damage": 1,
|
|
|
|
"speed": 100
|
2022-12-12 11:46:17 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"waveEnemySpawners": [
|
|
|
|
{
|
2022-12-12 12:12:07 +00:00
|
|
|
"startDelay": 0,
|
|
|
|
"stopDelay": 100,
|
|
|
|
"cooldown": 5,
|
|
|
|
"enemiesPerWave": 30,
|
|
|
|
"waveLifetime": 20,
|
|
|
|
"enemyId": "Wave"
|
2022-12-12 11:46:17 +00:00
|
|
|
}
|
|
|
|
]
|
2022-11-24 15:51:10 +00:00
|
|
|
}
|
|
|
|
}
|