From 463a95e89a85f3a91c2b01db3f2cb464c7939fd5 Mon Sep 17 00:00:00 2001 From: JerichoFletcher <62737325+JerichoFletcher@users.noreply.github.com> Date: Mon, 18 May 2020 21:15:06 +0700 Subject: [PATCH] Phantasm nerf: lower fire rate 10 => 20 --- content/units/phantasm.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/units/phantasm.json b/content/units/phantasm.json index 58480553..a3197566 100644 --- a/content/units/phantasm.json +++ b/content/units/phantasm.json @@ -13,10 +13,10 @@ engineOffset: 9 engineSize: 2.5 rotatespeed: 0.1 baseRotateSpeed: 0.08 -// Raw DPS: 60 +// Raw DPS: 30 weapon: { name: phantasmal-gun - reload: 10 + reload: 20 alternate: true inaccuracy: 2 ejectEffect: shellEjectSmall @@ -28,5 +28,6 @@ weapon: { speed: 12 lifetime: 15 damage: 5 + explodeRange: 12 } }