Diagonal projectile launcher

This commit is contained in:
Martin
2022-12-01 12:16:52 +01:00
parent ab4935403e
commit 772a5cc7e0
7 changed files with 381 additions and 294 deletions

View File

@@ -30,7 +30,17 @@
"cooldown": 10
}
},
"xyLaunchers": {
"horizontalLauncher": {
"wavesToShootPerUpgrade": 1,
"launcher": {
"projectileLifetime": 3,
"projectileSpeed": 300,
"wavesToShoot": 0,
"wavesDelayMs": 100,
"cooldown": 4
}
},
"diagonalLauncher": {
"wavesToShootPerUpgrade": 1,
"launcher": {
"projectileLifetime": 20,
@@ -45,7 +55,7 @@
"maxWeaponLengthUpgrades": 5,
"maxWeaponDamageUpgrades": 5,
"maxHorizontalProjectileUpgrades": 0,
"maxVerticalProjectileUpgrades": 0,
"maxDiagonalProjectileUpgrades": 0,
"maxHaloProjectileUpgrades": 5,
"maxRegenerationUpgrades": 5
}