From 109af8a8a6be90183cafd2cf2a4e59e445e9aedc Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期二, 08 七月 2025 23:07:38 +0800
Subject: [PATCH] 0312 生成dotween的asmdef,提供给main使用,去除DOTweenExtensions

---
 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