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

◆ AdjustEaterOfWorldStats()

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

Definition at line 660 of file BestiaryDatabaseNPCsPopulator.cs.

661 {
662 element.LifeMax *= NPC.GetEaterOfWorldsSegmentsCountByGamemode(Main.GameMode);
663 }

References Terraria.Main.GameMode, and Terraria.NPC.GetEaterOfWorldsSegmentsCountByGamemode().

Referenced by Terraria.GameContent.Bestiary.BestiaryDatabaseNPCsPopulator.ModifyEntriesThatNeedIt().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: