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

◆ OneFromOptionsNotScalingWithLuckWithX()

static IItemDropRule Terraria.GameContent.ItemDropRules.ItemDropRule.OneFromOptionsNotScalingWithLuckWithX ( int chanceDenominator,
int chanceNumerator,
params int[] options )
inlinestatic

Definition at line 55 of file ItemDropRule.cs.

56 {
57 return new OneFromOptionsNotScaledWithLuckDropRule(chanceDenominator, chanceNumerator, options);
58 }