|
Elin Modding Docs Doc
|
Public Member Functions | |
| virtual bool | CanStack (Condition c) |
| virtual bool | TryMove (Point p) |
| void | SetElement (int id) |
| void | SetRefVal (int a, int b) |
| virtual Color | GetSpriteColor () |
| override string | ToString () |
| override string | GetText () |
| override int | GetValue () |
| override Color | GetColor (Gradient g) |
| virtual void | SetOwner (Chara _owner, bool onDeserialize=false) |
| SourceElement.Row | GetElementSource (int i) |
| void | Start () |
| bool | TryNullify (Condition c) |
| virtual void | OnBeforeStart () |
| virtual void | OnStart () |
| virtual void | OnStartOrStack () |
| virtual void | PlayEffect () |
| virtual void | PlayEndEffect () |
| virtual void | OnRefresh () |
| void | SetPhase () |
| bool | IsNullPhase () |
| override int | GetPhase () |
| void | PhaseMsg (bool inc) |
| override string | GetPhaseStr () |
| virtual void | Tick () |
| void | Mod (int a, bool force=false) |
| virtual void | OnValueChanged () |
| virtual void | OnChangePhase (int lastPhase, int newPhase) |
| virtual void | OnRemoved () |
| virtual int | EvaluatePower (int p) |
| virtual int | EvaluateTurn (int p) |
| virtual BaseNotification | CreateNotification () |
| Element | GetDefenseAttribute (Chara c=null) |
| override void | _WriteNote (UINote n, bool asChild=false) |
| virtual void | OnWriteNote (List< string > list) |
| virtual RendererReplacer | GetRendererReplacer () |
Public Member Functions inherited from BaseStats | |
| virtual Color | GetColor (SkinColorProfile c) |
| Color | GetColor () |
| virtual Sprite | GetSprite () |
| virtual void | SetText (UIText t, SkinColorProfile cols=null) |
| void | PopText () |
| virtual void | WriteNote (UINote n, Action< UINote > onWriteNote=null) |
Public Attributes | |
| int[] | _ints = new int[5] |
| int | phase = -1 |
| ElementContainer | elements |
| Chara | owner |
Public Attributes inherited from BaseStats | |
| int | id |
| SourceStat.Row | _source |
Properties | |
| int | value [get, set] |
| int | power [get, set] |
| int | refVal [get, set] |
| int | refVal2 [get, set] |
| bool | givenByPcParty [get, set] |
| bool | isPerfume [get, set] |
| override Chara | Owner [get] |
| virtual string | Name [get] |
| virtual bool | IsToggle [get] |
| virtual bool | WillOverride [get] |
| virtual bool | AllowMultipleInstance [get] |
| virtual bool | ConsumeTurn [get] |
| virtual bool | PreventRegen [get] |
| virtual bool | ShouldRefresh [get] |
| virtual bool | CancelAI [get] |
| virtual bool | TimeBased [get] |
| virtual bool | SyncRide [get] |
| virtual int | GainResistFactor [get] |
| virtual int | P2 [get] |
| SourceElement.Row | sourceElement [get] |
| virtual bool | IsElemental [get] |
| virtual string | RefString1 [get] |
| virtual bool | CanManualRemove [get] |
Properties inherited from BaseStats | |
| SourceStat.Row | source [get] |
| virtual Emo2 | EmoIcon [get] |
| virtual ConditionType | Type [get] |
| virtual string | idSprite [get] |
| virtual bool | ShowInWidget [get] |
| virtual Chara | Owner [get] |
Properties inherited from EClass | |
| static Game | game [get] |
| static bool | AdvMode [get] |
| static Player | player [get] |
| static Chara | pc [get] |
| static UI | ui [get] |
| static Map | _map [get] |
| static Zone | _zone [get] |
| static FactionBranch | Branch [get] |
| static FactionBranch | BranchOrHomeBranch [get] |
| static Faction | Home [get] |
| static Faction | Wilds [get] |
| static Scene | scene [get] |
| static BaseGameScreen | screen [get] |
| static GameSetting | setting [get] |
| static GameData | gamedata [get] |
| static ColorProfile | Colors [get] |
| static World | world [get] |
| static SourceManager | sources [get] |
| static SourceManager | editorSources [get] |
| static SoundManager | Sound [get] |
| static CoreDebug | debug [get] |
Additional Inherited Members | |
Static Public Member Functions inherited from EClass | |
| static int | rnd (int a) |
| static int | curve (int a, int start, int step, int rate=75) |
| static int | rndHalf (int a) |
| static float | rndf (float a) |
| static int | rndSqrt (int a) |
| static void | Wait (float a, Card c) |
| static void | Wait (float a, Point p) |
| static int | Bigger (int a, int b) |
| static int | Smaller (int a, int b) |
Static Public Attributes inherited from BaseStats | |
| static Chara | CC |
Static Public Attributes inherited from EClass | |
| static Core | core |
Definition at line 7 of file BaseCondition.cs.
|
virtual |
Reimplemented from BaseStats.
Definition at line 597 of file BaseCondition.cs.
|
virtual |
Definition at line 120 of file BaseCondition.cs.
|
virtual |
Definition at line 577 of file BaseCondition.cs.
|
virtual |
Definition at line 565 of file BaseCondition.cs.
|
virtual |
Definition at line 571 of file BaseCondition.cs.
|
virtual |
Reimplemented from BaseStats.
Definition at line 328 of file BaseCondition.cs.
Definition at line 583 of file BaseCondition.cs.
| SourceElement.Row BaseCondition.GetElementSource | ( | int | i | ) |
Definition at line 354 of file BaseCondition.cs.
|
virtual |
Reimplemented from BaseStats.
Definition at line 477 of file BaseCondition.cs.
|
virtual |
Reimplemented from BaseStats.
Definition at line 508 of file BaseCondition.cs.
|
virtual |
Definition at line 634 of file BaseCondition.cs.
|
virtual |
Definition at line 289 of file BaseCondition.cs.
|
virtual |
Reimplemented from BaseStats.
Definition at line 312 of file BaseCondition.cs.
|
virtual |
Reimplemented from BaseStats.
Definition at line 322 of file BaseCondition.cs.
| bool BaseCondition.IsNullPhase | ( | ) |
Definition at line 471 of file BaseCondition.cs.
| void BaseCondition.Mod | ( | int | a, |
| bool | force = false ) |
Definition at line 524 of file BaseCondition.cs.
|
virtual |
Definition at line 408 of file BaseCondition.cs.
|
virtual |
Definition at line 545 of file BaseCondition.cs.
|
virtual |
Definition at line 453 of file BaseCondition.cs.
|
virtual |
Definition at line 550 of file BaseCondition.cs.
|
virtual |
Definition at line 413 of file BaseCondition.cs.
|
virtual |
Definition at line 418 of file BaseCondition.cs.
|
virtual |
Definition at line 540 of file BaseCondition.cs.
|
virtual |
Definition at line 629 of file BaseCondition.cs.
| void BaseCondition.PhaseMsg | ( | bool | inc | ) |
Definition at line 483 of file BaseCondition.cs.
|
virtual |
Definition at line 423 of file BaseCondition.cs.
|
virtual |
Definition at line 440 of file BaseCondition.cs.
| void BaseCondition.SetElement | ( | int | id | ) |
Definition at line 276 of file BaseCondition.cs.
|
virtual |
Definition at line 334 of file BaseCondition.cs.
| void BaseCondition.SetPhase | ( | ) |
Definition at line 458 of file BaseCondition.cs.
| void BaseCondition.SetRefVal | ( | int | a, |
| int | b ) |
Definition at line 282 of file BaseCondition.cs.
| void BaseCondition.Start | ( | ) |
Definition at line 369 of file BaseCondition.cs.
|
virtual |
Definition at line 519 of file BaseCondition.cs.
| override string BaseCondition.ToString | ( | ) |
Definition at line 299 of file BaseCondition.cs.
|
virtual |
Definition at line 216 of file BaseCondition.cs.
| bool BaseCondition.TryNullify | ( | Condition | c | ) |
Definition at line 390 of file BaseCondition.cs.
| int [] BaseCondition._ints = new int[5] |
Definition at line 641 of file BaseCondition.cs.
| ElementContainer BaseCondition.elements |
Definition at line 647 of file BaseCondition.cs.
| Chara BaseCondition.owner |
Definition at line 650 of file BaseCondition.cs.
| int BaseCondition.phase = -1 |
Definition at line 644 of file BaseCondition.cs.
|
get |
Definition at line 147 of file BaseCondition.cs.
|
get |
Definition at line 187 of file BaseCondition.cs.
|
get |
Definition at line 556 of file BaseCondition.cs.
|
get |
Definition at line 157 of file BaseCondition.cs.
|
get |
Definition at line 223 of file BaseCondition.cs.
|
getset |
Definition at line 72 of file BaseCondition.cs.
|
get |
Definition at line 253 of file BaseCondition.cs.
|
getset |
Definition at line 87 of file BaseCondition.cs.
|
get |
Definition at line 127 of file BaseCondition.cs.
|
get |
Definition at line 111 of file BaseCondition.cs.
|
get |
Definition at line 101 of file BaseCondition.cs.
|
get |
Definition at line 233 of file BaseCondition.cs.
|
getset |
Definition at line 27 of file BaseCondition.cs.
|
get |
Definition at line 167 of file BaseCondition.cs.
|
get |
Definition at line 263 of file BaseCondition.cs.
|
getset |
Definition at line 42 of file BaseCondition.cs.
|
getset |
Definition at line 57 of file BaseCondition.cs.
|
get |
Definition at line 177 of file BaseCondition.cs.
|
get |
Definition at line 243 of file BaseCondition.cs.
|
get |
Definition at line 207 of file BaseCondition.cs.
|
get |
Definition at line 197 of file BaseCondition.cs.
|
getset |
Definition at line 12 of file BaseCondition.cs.
|
get |
Definition at line 137 of file BaseCondition.cs.