From fd215d72fcb6d993fde82caf094eb4b30822db8e Mon Sep 17 00:00:00 2001 From: wangwenhua <12345678> Date: Fri, 19 Sep 2025 11:18:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=98=E6=96=97=E4=BB=BB=E5=8A=A1=E6=B6=88?= =?UTF-8?q?=E8=80=97=E8=B5=84=E6=BA=90=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/application-rule.properties | 20 +++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/src/main/resources/application-rule.properties b/src/main/resources/application-rule.properties index 094db2a..853a04d 100644 --- a/src/main/resources/application-rule.properties +++ b/src/main/resources/application-rule.properties @@ -1,6 +1,14 @@ -battle.person.warn = 2 -battle.ammunition.warn = 3 -battle.food.warn = 3 -battle.water.warn = 3 -battle.fuel.warn = 2 -battle.medical.warn = 1 \ No newline at end of file +injured.warn = 20 +death.warn = 10 +ammunition.warn = 3 +food.warn = 3 +water.warn = 3 +fuel.warn = 2 +medical.warn = 1 +death.spreed = 3; +injured.spreed = 3; +ammunition_spreed = 2.6; +food_spreed = 2.3; +water_spreed = 3.6; +fuel_spreed = 3.6; +medical_spreed = 1.6; \ No newline at end of file