|
| override RendererReplacer | GetRendererReplacer () |
| |
| override void | Tick () |
| |
| override void | OnBeforeStart () |
| |
| override void | SetOwner (Chara _owner, bool onDeserialize=false) |
| |
| override void | OnRemoved () |
| |
| virtual void | TrySetAct (ActPlan p) |
| |
| virtual void | RevealMimicry (Chara c, bool surprise) |
| |
| override void | Tick () |
| |
| override void | OnStart () |
| |
| override void | OnRemoved () |
| |
| override bool | TryNullify (Condition c) |
| |
| override int | GetPhase () |
| |
| override bool | CanStack (Condition c) |
| |
| override bool | ShouldOverride (Condition c) |
| |
| override int | GetPhase () |
| |
| override BaseNotification | CreateNotification () |
| |
| override BaseNotification | CreateNotification () |
| |
| virtual void | OnStacked (int p) |
| |
| Condition | SetPerfume (int duration=3) |
| |
| override void | Tick () |
| |
| virtual void | OnCalculateFov (Fov fov, ref int radius, ref float power) |
| |
| virtual void | OnCreateFov (Fov fov) |
| |
| override void | OnValueChanged () |
| |
| void | Kill (bool silent=false) |
| |
| virtual bool | CanStack (Condition c) |
| |
| virtual bool | ShouldOverride (Condition c) |
| |
| virtual bool | IsOverrideConditionMet (Condition c, int turn) |
| |
| virtual bool | TryMove (Point p) |
| |
| virtual ElementContainer | GetElementContainer () |
| |
| 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 () |
| |
| virtual 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 () |
| |
| virtual Color | GetColor (Gradient gradient) |
| |
| virtual Color | GetColor (SkinColorProfile c) |
| |
| Color | GetColor () |
| |
| virtual string | GetText () |
| |
| virtual string | GetPhaseStr () |
| |
| virtual int | GetValue () |
| |
| virtual int | GetSortVal () |
| |
| virtual Sprite | GetSprite () |
| |
| virtual void | SetText (UIText t, SkinColorProfile cols=null) |
| |
| virtual int | GetPhase () |
| |
| void | PopText () |
| |
| virtual void | WriteNote (UINote n, Action< UINote > onWriteNote=null) |
| |
| virtual void | _WriteNote (UINote n, bool asChild=false) |
| |
|
| static T | Create< T > (int power=100, Action< T > onCreate=null) |
| |
| static Condition | Create (string alias, int power=100, Action< Condition > onCreate=null) |
| |
| static int | rndSeed (int a, int seed) |
| |
| static int | rnd (long a) |
| |
| static int | rnd (int a) |
| |
| static int | curve (int _a, int start, int step, int rate=75) |
| |
| static int | sqrt (int a) |
| |
| 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 bool | ignoreEffect |
| |
| static Chara | CC |
| |
| static Core | core |
| |
Definition at line 4 of file ConTransmuteMimic.cs.
◆ GetRendererReplacer()
◆ OnBeforeStart()
| override void ConTransmuteMimic.OnBeforeStart |
( |
| ) |
|
|
inlinevirtual |
Reimplemented from BaseCondition.
Definition at line 24 of file ConTransmuteMimic.cs.
25 {
27 if (list.Count > 0)
28 {
30 }
32 {
35 }
36 else
37 {
39 }
40 base.OnBeforeStart();
41 }
Card ChangeMaterial(int idNew, bool ignoreFixedMaterial=false)
List< Thing > List(Func< Thing, bool > func, bool onlyAccessible=false)
static Thing CreateFromFilter(string id, int lv=-1)
static Thing Create(string id, int idMat=-1, int lv=-1)
References EClass._zone, Zone.biome, Card.ChangeMaterial(), Zone.ContentLv, ThingGen.Create(), ThingGen.CreateFromFilter(), Card.Duplicate(), Thing.isEquipped, Card.IsMultisize, ThingContainer.List(), BiomeProfile.Style.matDoor, BaseCondition.owner, EClass.rnd(), Card.SetNum(), BiomeProfile.style, thing, and Card.things.
◆ OnRemoved()
| override void ConTransmuteMimic.OnRemoved |
( |
| ) |
|
|
inlinevirtual |
◆ RevealMimicry()
| virtual void ConTransmuteMimic.RevealMimicry |
( |
Chara |
c, |
|
|
bool |
surprise |
|
) |
| |
|
inlinevirtual |
◆ SetOwner()
| override void ConTransmuteMimic.SetOwner |
( |
Chara |
_owner, |
|
|
bool |
onDeserialize = false |
|
) |
| |
|
inlinevirtual |
◆ Tick()
| override void ConTransmuteMimic.Tick |
( |
| ) |
|
|
inlinevirtual |
◆ TrySetAct()
| virtual void ConTransmuteMimic.TrySetAct |
( |
ActPlan |
p | ) |
|
|
inlinevirtual |
Definition at line 55 of file ConTransmuteMimic.cs.
56 {
58 {
60 {
62 return true;
64 }
65 }
bool TrySetAct(string lang, Func< bool > onPerform, Card tc, CursorInfo cursor=null, int dist=1, bool isHostileAct=false, bool localAct=true, bool canRepeat=false)
virtual void RevealMimicry(Chara c, bool surprise)
static CursorInfo Container
References CursorSystem.Container, Card.IsContainer, BaseCondition.owner, EClass.pc, RevealMimicry(), thing, and ActPlan.TrySetAct().
Referenced by ActPlan._Update().
◆ thing
| Thing ConTransmuteMimic.thing |
◆ HasDuration
| override bool ConTransmuteMimic.HasDuration |
|
get |
The documentation for this class was generated from the following file: