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
)
inline
static
Definition at line
55
of file
ItemDropRule.cs
.
56
{
57
return
new
OneFromOptionsNotScaledWithLuckDropRule(chanceDenominator, chanceNumerator, options);
58
}
Terraria
GameContent
ItemDropRules
ItemDropRule
Generated by
1.10.0