TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ UpdateNPC_BuffFlagsReset()

void Terraria.NPC.UpdateNPC_BuffFlagsReset ( )
inlineprivate

Definition at line 109181 of file NPC.cs.

109182 {
109183 lifeRegen = 0;
109184 soulDrain = false;
109185 poisoned = false;
109186 venom = false;
109187 shadowFlame = false;
109188 onFire = false;
109189 midas = false;
109190 ichor = false;
109191 onFrostBurn = false;
109192 onFrostBurn2 = false;
109193 onFire2 = false;
109194 onFire3 = false;
109195 confused = false;
109196 loveStruck = false;
109197 dryadWard = false;
109198 stinky = false;
109199 dripping = false;
109200 drippingSlime = false;
109201 drippingSparkleSlime = false;
109202 daybreak = false;
109203 javelined = false;
109204 tentacleSpiked = false;
109205 bloodButchered = false;
109206 celled = false;
109207 dryadBane = false;
109208 betsysCurse = false;
109209 oiled = false;
109210 markedByScytheWhip = false;
109211 shimmering = false;
109213 }
bool drippingSparkleSlime
Definition NPC.cs:492
bool dryadBane
Definition NPC.cs:714
bool confused
Definition NPC.cs:692
bool onFire2
Definition NPC.cs:666
bool venom
Definition NPC.cs:678
bool stinky
Definition NPC.cs:696
bool soulDrain
Definition NPC.cs:682
bool poisoned
Definition NPC.cs:674
int lifeRegenExpectedLossPerSecond
Definition NPC.cs:690
bool dryadWard
Definition NPC.cs:698
bool markedByScytheWhip
Definition NPC.cs:676
bool ichor
Definition NPC.cs:662
bool oiled
Definition NPC.cs:722
bool midas
Definition NPC.cs:660
bool onFire
Definition NPC.cs:664
int lifeRegen
Definition NPC.cs:686
bool betsysCurse
Definition NPC.cs:720
bool bloodButchered
Definition NPC.cs:710
bool shimmering
Definition NPC.cs:684
bool tentacleSpiked
Definition NPC.cs:708
bool dripping
Definition NPC.cs:488
bool drippingSlime
Definition NPC.cs:490
bool celled
Definition NPC.cs:712
bool javelined
Definition NPC.cs:706
bool shadowFlame
Definition NPC.cs:680
bool onFrostBurn2
Definition NPC.cs:672
bool daybreak
Definition NPC.cs:716
bool loveStruck
Definition NPC.cs:694
bool onFire3
Definition NPC.cs:668
bool onFrostBurn
Definition NPC.cs:670