From 302bb8f0ba5bf5fbb212133d392879f5b219d26c Mon Sep 17 00:00:00 2001 From: Atsuishio <842960157@qq.com> Date: Tue, 15 Jul 2025 01:03:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=BD=BD=E5=85=B7=E6=95=B0?= =?UTF-8?q?=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/data/superbwarfare/vehicles/a_10a.json | 5 +++++ src/main/resources/data/superbwarfare/vehicles/ah_6.json | 5 +++++ .../resources/data/superbwarfare/vehicles/bmp_2.json | 5 +++++ .../resources/data/superbwarfare/vehicles/lav_150.json | 9 +++++++-- .../resources/data/superbwarfare/vehicles/yx_100.json | 5 +++++ 5 files changed, 27 insertions(+), 2 deletions(-) diff --git a/src/main/resources/data/superbwarfare/vehicles/a_10a.json b/src/main/resources/data/superbwarfare/vehicles/a_10a.json index 369bc0f89..aaf1af9fa 100644 --- a/src/main/resources/data/superbwarfare/vehicles/a_10a.json +++ b/src/main/resources/data/superbwarfare/vehicles/a_10a.json @@ -66,6 +66,11 @@ "Value": 1.5, "Source": "superbwarfare:cannon_fire" }, + { + "Type": "Multiply", + "Value": 0.75, + "Source": "superbwarfare:laser" + }, { "Type": "Multiply", "Value": 0.25, diff --git a/src/main/resources/data/superbwarfare/vehicles/ah_6.json b/src/main/resources/data/superbwarfare/vehicles/ah_6.json index 144e3579b..6bfba69d4 100644 --- a/src/main/resources/data/superbwarfare/vehicles/ah_6.json +++ b/src/main/resources/data/superbwarfare/vehicles/ah_6.json @@ -66,6 +66,11 @@ "Value": 7, "Source": "superbwarfare:vehicle_strike" }, + { + "Type": "Multiply", + "Value": 0.4, + "Source": "superbwarfare:laser" + }, { "Type": "Multiply", "Value": 0.9, diff --git a/src/main/resources/data/superbwarfare/vehicles/bmp_2.json b/src/main/resources/data/superbwarfare/vehicles/bmp_2.json index 19393606b..fc6fea97f 100644 --- a/src/main/resources/data/superbwarfare/vehicles/bmp_2.json +++ b/src/main/resources/data/superbwarfare/vehicles/bmp_2.json @@ -74,6 +74,11 @@ "Value": 1.35, "Source": "superbwarfare:cannon_fire" }, + { + "Type": "Multiply", + "Value": 1.25, + "Source": "superbwarfare:laser" + }, { "Type": "Multiply", "Value": 2, diff --git a/src/main/resources/data/superbwarfare/vehicles/lav_150.json b/src/main/resources/data/superbwarfare/vehicles/lav_150.json index 8caf261d0..1193ca2cb 100644 --- a/src/main/resources/data/superbwarfare/vehicles/lav_150.json +++ b/src/main/resources/data/superbwarfare/vehicles/lav_150.json @@ -51,7 +51,7 @@ }, { "Type": "Multiply", - "Value": 2.4, + "Value": 2.0, "Source": "superbwarfare:custom_explosion" }, { @@ -66,9 +66,14 @@ }, { "Type": "Multiply", - "Value": 1.4, + "Value": 1.25, "Source": "superbwarfare:cannon_fire" }, + { + "Type": "Multiply", + "Value": 1.25, + "Source": "superbwarfare:laser" + }, { "Type": "Multiply", "Value": 3, diff --git a/src/main/resources/data/superbwarfare/vehicles/yx_100.json b/src/main/resources/data/superbwarfare/vehicles/yx_100.json index a21dfc758..a2dbddc22 100644 --- a/src/main/resources/data/superbwarfare/vehicles/yx_100.json +++ b/src/main/resources/data/superbwarfare/vehicles/yx_100.json @@ -77,6 +77,11 @@ "Value": 1.5, "Source": "superbwarfare:cannon_fire" }, + { + "Type": "Multiply", + "Value": 1.25, + "Source": "superbwarfare:laser" + }, { "Type": "Multiply", "Value": 0.15,