From 71484bae265f4639aa8ae66a745d928c6c98bef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=A8=E8=90=BD=E5=9F=BA=E5=9B=B4=E8=99=BE?= <3161880837@qq.com> Date: Thu, 28 Aug 2025 16:00:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B2=A1=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/Contents/Bullets/BigLaser.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Contents/Bullets/BigLaser.gd b/scripts/Contents/Bullets/BigLaser.gd index 8d29da4..b5ccb2f 100644 --- a/scripts/Contents/Bullets/BigLaser.gd +++ b/scripts/Contents/Bullets/BigLaser.gd @@ -21,4 +21,4 @@ func applyDot(): ) return true func succeedToHit(_dmg: float): - fields[FieldStore.Bullet.DAMAGE] *= 1.01 + fields[FieldStore.Bullet.DAMAGE] *= 1.05