|
tModLoader v2025.09
A mod to make and play Terraria mods
|
Runs multiple rules if successes. Does not use player luck. More...
Inherits IItemDropRule.
Public Member Functions | |
| FewFromOptionsNotScaledWithLuckDropRule (int amount, int chanceDenominator, int chanceNumerator, params int[] options) | |
| bool | CanDrop (DropAttemptInfo info) |
| void | ReportDroprates (List< DropRateInfo > drops, DropRateInfoChainFeed ratesInfo) |
| ItemDropAttemptResult | TryDroppingItem (DropAttemptInfo info) |
| bool | CanDrop (DropAttemptInfo info) |
| void | ReportDroprates (List< DropRateInfo > drops, DropRateInfoChainFeed ratesInfo) |
| ItemDropAttemptResult | TryDroppingItem (DropAttemptInfo info) |
Public Attributes | |
| int | amount |
| int | chanceDenominator |
| int | chanceNumerator |
| int[] | dropIds |
Properties | |
| List< IItemDropRuleChainAttempt > | ChainedRules [get] |
Properties inherited from IItemDropRule | |
| List< IItemDropRuleChainAttempt > | ChainedRules [get] |
Runs multiple rules if successes. Does not use player luck.
| bool FewFromOptionsNotScaledWithLuckDropRule.CanDrop | ( | DropAttemptInfo | info | ) |
Implements IItemDropRule.
| void FewFromOptionsNotScaledWithLuckDropRule.ReportDroprates | ( | List< DropRateInfo > | drops, |
| DropRateInfoChainFeed | ratesInfo | ||
| ) |
Implements IItemDropRule.
| ItemDropAttemptResult FewFromOptionsNotScaledWithLuckDropRule.TryDroppingItem | ( | DropAttemptInfo | info | ) |
Implements IItemDropRule.
|
get |
Implements IItemDropRule.