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

◆ ExtraDamageForGetGoodWorld

bool Terraria.DataStructures.NPCStrengthHelper.ExtraDamageForGetGoodWorld
get

Definition at line 35 of file NPCStrengthHelper.cs.

36 {
37 get
38 {
39 if (!(_strengthOverride >= 4f))
40 {
41 return _gameModeDifficulty >= 4f;
42 }
43 return true;
44 }
45 }