所有伤害都减免
This commit is contained in:
@@ -911,7 +911,8 @@ namespace TcgEngine.Gameplay
|
|||||||
}
|
}
|
||||||
|
|
||||||
//Armor
|
//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);
|
value = Mathf.Max(value - target.GetStatusValue(StatusType.Armor), 0);
|
||||||
|
|
||||||
//Damage
|
//Damage
|
||||||
|
|||||||
Reference in New Issue
Block a user