Elin Decompiled Documentation EA 23.284 Nightly Patch 2
Loading...
Searching...
No Matches
StanceSongValor.cs
Go to the documentation of this file.
2{
3 public override int IdAbility => 6752;
4
5 public override void TickSong()
6 {
8 {
9 if (!item.HasCondition<ConEuphoric>())
10 {
11 item.AddCondition<ConEuphoric>(base.power);
12 }
13 if (!item.HasCondition<ConHero>() && (item.HasCondition<ConFear>() || item.HasCondition<ConConfuse>()))
14 {
15 item.AddCondition<ConHero>(base.power);
16 }
17 }
18 }
19}
bool IsPCFactionOrMinion
Definition: Card.cs:2312
Point pos
Definition: Card.cs:60
Definition: Chara.cs:10
override bool IsDeadOrSleeping
Definition: Chara.cs:575
bool IsHostile()
Definition: Chara.cs:6653
List< Chara > ListCharasInRadius(Chara cc, int dist, Func< Chara, bool > func, bool onlyVisible=true)
Definition: Point.cs:1220
override int IdAbility
override void TickSong()