From ad14e2586cd13c52b30e1cc481724a1e09407f6a Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期一, 07 七月 2025 18:07:57 +0800
Subject: [PATCH] 125 【战斗】战斗系统

---
 Main/System/Battle/BattleObject/BattleObject.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Main/System/Battle/BattleObject/BattleObject.cs b/Main/System/Battle/BattleObject/BattleObject.cs
index cb3a713..6c28854 100644
--- a/Main/System/Battle/BattleObject/BattleObject.cs
+++ b/Main/System/Battle/BattleObject/BattleObject.cs
@@ -384,7 +384,7 @@
     {
         List<int> damageList = new List<int>();
 
-        int totalDamage = teamHero.attack - obj.teamHero.defense;
+        int totalDamage = 100;
 
         int damage1 = (int)((float)totalDamage * 0.3f);
 

--
Gitblit v1.8.0