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

◆ UpdateNPC_BuffFlagsReset()

void Terraria.NPC.UpdateNPC_BuffFlagsReset ( )
inlineprivate

Definition at line 88861 of file NPC.cs.

88862 {
88863 lifeRegen = 0;
88864 soulDrain = false;
88865 poisoned = false;
88866 venom = false;
88867 shadowFlame = false;
88868 onFire = false;
88869 midas = false;
88870 ichor = false;
88871 onFrostBurn = false;
88872 onFrostBurn2 = false;
88873 onFire2 = false;
88874 onFire3 = false;
88875 confused = false;
88876 loveStruck = false;
88877 dryadWard = false;
88878 stinky = false;
88879 dripping = false;
88880 drippingSlime = false;
88881 drippingSparkleSlime = false;
88882 daybreak = false;
88883 javelined = false;
88884 tentacleSpiked = false;
88885 bloodButchered = false;
88886 celled = false;
88887 dryadBane = false;
88888 betsysCurse = false;
88889 oiled = false;
88890 markedByScytheWhip = false;
88891 shimmering = false;
88893 }
bool drippingSparkleSlime
Definition NPC.cs:93
bool dryadBane
Definition NPC.cs:275
bool confused
Definition NPC.cs:253
bool onFire2
Definition NPC.cs:227
bool venom
Definition NPC.cs:239
bool stinky
Definition NPC.cs:257
bool soulDrain
Definition NPC.cs:243
bool poisoned
Definition NPC.cs:235
int lifeRegenExpectedLossPerSecond
Definition NPC.cs:251
bool dryadWard
Definition NPC.cs:259
bool markedByScytheWhip
Definition NPC.cs:237
bool ichor
Definition NPC.cs:223
bool oiled
Definition NPC.cs:283
bool midas
Definition NPC.cs:221
bool onFire
Definition NPC.cs:225
int lifeRegen
Definition NPC.cs:247
bool betsysCurse
Definition NPC.cs:281
bool bloodButchered
Definition NPC.cs:271
bool shimmering
Definition NPC.cs:245
bool tentacleSpiked
Definition NPC.cs:269
bool dripping
Definition NPC.cs:89
bool drippingSlime
Definition NPC.cs:91
bool celled
Definition NPC.cs:273
bool javelined
Definition NPC.cs:267
bool shadowFlame
Definition NPC.cs:241
bool onFrostBurn2
Definition NPC.cs:233
bool daybreak
Definition NPC.cs:277
bool loveStruck
Definition NPC.cs:255
bool onFire3
Definition NPC.cs:229
bool onFrostBurn
Definition NPC.cs:231