This commit is contained in:
wfz
2026-05-02 21:30:28 +08:00
parent 9fd572c8c4
commit 18ac2f70f5
18 changed files with 772 additions and 133 deletions

View File

@@ -94,8 +94,8 @@ export const WEAPON_CONFIG = {
name: 'Molotov',
damage: 80,
fireRate: 2000,
ammo: 5,
maxAmmo: 5,
ammo: 10,
maxAmmo: 10,
speed: 12,
spread: 0,
pellets: 1,
@@ -110,8 +110,8 @@ export const WEAPON_CONFIG = {
name: 'Wall',
damage: 0,
fireRate: 1000,
ammo: 3,
maxAmmo: 3,
ammo: 10,
maxAmmo: 10,
speed: 0,
spread: 0,
pellets: 0,
@@ -124,8 +124,8 @@ export const WEAPON_CONFIG = {
name: 'Turret',
damage: 0,
fireRate: 2000,
ammo: 2,
maxAmmo: 2,
ammo: 5,
maxAmmo: 5,
speed: 0,
spread: 0,
pellets: 0,