8 public override Emo2 EmoIcon
18 public override bool PreventRegen
27 public override void SetOwner(
Chara _owner,
bool onDeserialize =
false)
29 base.SetOwner(_owner,
false);
31 this.elements.SetParent(this.owner);
35 public override void OnChangePhase(
int lastPhase,
int newPhase)
40 this.elements.SetBase(70, -10, 0);
43 this.elements.SetBase(70, -10, 0);
46 this.elements.SetBase(70, -15, 0);
49 this.elements.SetBase(70, -5, 0);
55 public override void Tick()
59 this.owner.DamageHP(
EClass.rnd(
this.owner.END / 10 + 2) + 1, AttackSource.Condition,
null);