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

◆ NormalvsExpertNotScalingWithLuck()

static IItemDropRule Terraria.GameContent.ItemDropRules.ItemDropRule.NormalvsExpertNotScalingWithLuck ( int itemId,
int chanceDenominatorInNormal,
int chanceDenominatorInExpert )
inlinestatic

Definition at line 80 of file ItemDropRule.cs.

81 {
82 return new DropBasedOnExpertMode(NotScalingWithLuck(itemId, chanceDenominatorInNormal), NotScalingWithLuck(itemId, chanceDenominatorInExpert));
83 }
static IItemDropRule NotScalingWithLuck(int itemId, int chanceDenominator=1, int minimumDropped=1, int maximumDropped=1)

References Terraria.GameContent.ItemDropRules.ItemDropRule.NotScalingWithLuck().

Referenced by Terraria.GameContent.ItemDropRules.ItemDropDatabase.RegisterDD2EventDrops().