Elin Decompiled Documentation EA 23.333 Myaightly Patch 1
Loading...
Searching...
No Matches
StanceSongPebble.cs
Go to the documentation of this file.
2{
3 public override int IdAbility => 6754;
4
5 public override void TickSong()
6 {
8 {
9 if (!item.HasCondition<ConSongPebble>())
10 {
11 item.AddCondition<ConSongPebble>(base.power, owner.Evalue(1294));
12 }
13 else
14 {
15 item.GetCondition<ConSongPebble>()?.SetValue(10, owner.Evalue(1294));
16 }
17 }
18 }
19}
void SetValue(int a, int _p2=0)
bool IsPCFactionOrMinion
Definition: Card.cs:2342
Point pos
Definition: Card.cs:60
int Evalue(int ele)
Definition: Card.cs:2704
Definition: Chara.cs:10
override bool IsDeadOrSleeping
Definition: Chara.cs:579
bool IsHostile()
Definition: Chara.cs:6873
List< Chara > ListCharasInRadius(Chara cc, int dist, Func< Chara, bool > func, bool onlyVisible=true)
Definition: Point.cs:1226
override void TickSong()
override int IdAbility