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