terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ AdjustEaterOfWorldStats()

void Terraria.GameContent.Bestiary.BestiaryDatabaseNPCsPopulator.AdjustEaterOfWorldStats ( NPCStatsReportInfoElement element)
inlineprivate

Definition at line 86 of file BestiaryDatabaseNPCsPopulator.cs.

87 {
88 int lifeMax = element.LifeMax;
89 if (!true)
90 {
91 }
92 int eaterOfWorldsSegmentsCountByGamemode = NPC.GetEaterOfWorldsSegmentsCountByGamemode(Main.GameMode);
93 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Main.GameMode, Terraria.NPC.GetEaterOfWorldsSegmentsCountByGamemode(), j__TPar, and Terraria.GameContent.Bestiary.NPCStatsReportInfoElement.LifeMax.