示例#1
0
 internal static bool isKillable(Obj_AI_Base target, Spell spell, int stage = 0)
 {
     return target.Health + (target.HPRegenRate / 2) <= spell.GetDamage2(target, stage);
 }