Added regeneration

This commit is contained in:
Martin
2022-11-28 14:34:34 +01:00
parent 692bb7c35c
commit a0bd11b61d
7 changed files with 61 additions and 7 deletions

View File

@@ -13,16 +13,18 @@
20,
20
],
"regenerationDelay": 5,
"collisionDelay": 0.5
},
"weapon": {
"strikeDelay": 2
"strikeDelay": 2,
"damage": 1
},
"upgrades": {
"maxWeaponLengthUpgrades": 5,
"maxWeaponDamageUpgrades": 5,
"maxHorizontalProjectileUpgrades": 0,
"maxVerticalProjectileUpgrades": 0,
"maxRegenerationUpgrades": 0
"maxRegenerationUpgrades": 5
}
}