This commit is contained in:
Martin 2022-12-20 14:06:03 +01:00
parent edc3545c02
commit 688c2c5775
2 changed files with 5 additions and 5 deletions

View File

@ -36,8 +36,8 @@
"launcher": { "launcher": {
"projectileLifetime": 3, "projectileLifetime": 3,
"projectileSpeed": 300, "projectileSpeed": 300,
"wavesToShoot": 1, "wavesToShoot": 0,
"wavesDelayMs": 100, "wavesDelayMs": 120,
"cooldown": 4 "cooldown": 4
} }
}, },
@ -46,8 +46,8 @@
"launcher": { "launcher": {
"projectileLifetime": 20, "projectileLifetime": 20,
"projectileSpeed": 300, "projectileSpeed": 300,
"wavesToShoot": 1, "wavesToShoot": 0,
"wavesDelayMs": 100, "wavesDelayMs": 200,
"cooldown": 4 "cooldown": 4
} }
} }

View File

@ -196,7 +196,7 @@
"_enabled": true, "_enabled": true,
"__prefab": null, "__prefab": null,
"startTime": 0, "startTime": 0,
"startXP": 0, "startXP": 100,
"maxHpLevel": 0, "maxHpLevel": 0,
"bonusDamageLevel": 0, "bonusDamageLevel": 0,
"projectilePiercingLevel": 0, "projectilePiercingLevel": 0,