Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
BaseBuff.cs
Go to the documentation of this file.
1public class BaseBuff : BaseDebuff
2{
3 public override bool CanManualRemove => true;
4
5 public override int GetPhase()
6 {
7 return 0;
8 }
9
10 public override bool CanStack(Condition c)
11 {
12 return c.power >= base.power;
13 }
14}
override bool CanStack(Condition c)
Definition: BaseBuff.cs:10
override bool CanManualRemove
Definition: BaseBuff.cs:3
override int GetPhase()
Definition: BaseBuff.cs:5