tModLoader v2024.10
A mod to make and play Terraria mods
|
This is the complete list of members for ItemDropRule, including all inherited members.
AlwaysAtleastOneSuccess(params IItemDropRule[] rules) (defined in ItemDropRule) | ItemDropRule | static |
BossBag(int itemId) (defined in ItemDropRule) | ItemDropRule | static |
BossBagByCondition(IItemDropRuleCondition condition, int itemId) (defined in ItemDropRule) | ItemDropRule | static |
ByCondition(IItemDropRuleCondition condition, int itemId, int chanceDenominator=1, int minimumDropped=1, int maximumDropped=1, int chanceNumerator=1) (defined in ItemDropRule) | ItemDropRule | static |
Coins(long value, bool withRandomBonus) (defined in ItemDropRule) | ItemDropRule | static |
CoinsBasedOnNPCValue(int npcId) (defined in ItemDropRule) | ItemDropRule | static |
Common(int itemId, int chanceDenominator=1, int minimumDropped=1, int maximumDropped=1) (defined in ItemDropRule) | ItemDropRule | static |
DropNothing() (defined in ItemDropRule) | ItemDropRule | static |
ExpertGetsRerolls(int itemId, int chanceDenominator, int expertRerolls) (defined in ItemDropRule) | ItemDropRule | static |
FewFromOptions(int amount, int chanceDenominator, params int[] options) (defined in ItemDropRule) | ItemDropRule | static |
FewFromOptionsNotScalingWithLuck(int amount, int chanceDenominator, params int[] options) (defined in ItemDropRule) | ItemDropRule | static |
FewFromOptionsNotScalingWithLuckWithX(int amount, int chanceDenominator, int chanceNumerator, params int[] options) (defined in ItemDropRule) | ItemDropRule | static |
FewFromOptionsWithNumerator(int amount, int chanceDenominator, int chanceNumerator, params int[] options) (defined in ItemDropRule) | ItemDropRule | static |
Food(int itemId, int chanceDenominator, int minimumDropped=1, int maximumDropped=1) (defined in ItemDropRule) | ItemDropRule | static |
MasterModeCommonDrop(int itemId) (defined in ItemDropRule) | ItemDropRule | static |
MasterModeDropOnAllPlayers(int itemId, int chanceDenominator=1) (defined in ItemDropRule) | ItemDropRule | static |
NormalvsExpert(int itemId, int chanceDenominatorInNormal, int chanceDenominatorInExpert) (defined in ItemDropRule) | ItemDropRule | static |
NormalvsExpertNotScalingWithLuck(int itemId, int chanceDenominatorInNormal, int chanceDenominatorInExpert) (defined in ItemDropRule) | ItemDropRule | static |
NormalvsExpertOneFromOptions(int chanceDenominatorInNormal, int chanceDenominatorInExpert, params int[] options) (defined in ItemDropRule) | ItemDropRule | static |
NormalvsExpertOneFromOptionsNotScalingWithLuck(int chanceDenominatorInNormal, int chanceDenominatorInExpert, params int[] options) (defined in ItemDropRule) | ItemDropRule | static |
NotScalingWithLuck(int itemId, int chanceDenominator=1, int minimumDropped=1, int maximumDropped=1) (defined in ItemDropRule) | ItemDropRule | static |
NotScalingWithLuckWithNumerator(int itemId, int chanceDenominator=1, int chanceNumerator=1, int minimumDropped=1, int maximumDropped=1) (defined in ItemDropRule) | ItemDropRule | static |
OneFromOptions(int chanceDenominator, params int[] options) (defined in ItemDropRule) | ItemDropRule | static |
OneFromOptionsNotScalingWithLuck(int chanceDenominator, params int[] options) (defined in ItemDropRule) | ItemDropRule | static |
OneFromOptionsNotScalingWithLuckWithX(int chanceDenominator, int chanceNumerator, params int[] options) (defined in ItemDropRule) | ItemDropRule | static |
OneFromOptionsWithNumerator(int chanceDenominator, int chanceNumerator, params int[] options) (defined in ItemDropRule) | ItemDropRule | static |
SequentialRules(int chanceDenominator, params IItemDropRule[] rules) (defined in ItemDropRule) | ItemDropRule | static |
SequentialRulesNotScalingWithLuck(int chanceDenominator, params IItemDropRule[] rules) (defined in ItemDropRule) | ItemDropRule | static |
SequentialRulesNotScalingWithLuckWithNumerator(int chanceDenominator, int chanceNumerator, params IItemDropRule[] rules) (defined in ItemDropRule) | ItemDropRule | static |
StatusImmunityItem(int itemId, int dropsOutOfX) (defined in ItemDropRule) | ItemDropRule | static |
WithRerolls(int itemId, int rerolls, int chanceDenominator=1, int minimumDropped=1, int maximumDropped=1) (defined in ItemDropRule) | ItemDropRule | static |