所有伤害都减免

This commit is contained in:
xianyi
2025-08-26 11:40:58 +08:00
parent 23387a78ca
commit 6ab147b3f4

View File

@@ -911,7 +911,8 @@ namespace TcgEngine.Gameplay
}
//Armor
if (!spell_damage && target.HasStatus(StatusType.Armor))
// if (!spell_damage && target.HasStatus(StatusType.Armor))
if (target.HasStatus(StatusType.Armor)) // 所有伤害都减免
value = Mathf.Max(value - target.GetStatusValue(StatusType.Armor), 0);
//Damage