tModLoader v2022.09
A mod to make and play Terraria mods
Terraria.GameContent.ItemDropRules.FewFromOptionsNotScaledWithLuckDropRule Class Reference

Runs multiple rules if successes. Does not use player luck. More...

Inherits Terraria.GameContent.ItemDropRules.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< IItemDropRuleChainAttemptChainedRules [get]
 
- Properties inherited from Terraria.GameContent.ItemDropRules.IItemDropRule
List< IItemDropRuleChainAttemptChainedRules [get]
 

Detailed Description

Runs multiple rules if successes. Does not use player luck.

Member Function Documentation

◆ CanDrop()

bool Terraria.GameContent.ItemDropRules.FewFromOptionsNotScaledWithLuckDropRule.CanDrop ( DropAttemptInfo  info)

◆ ReportDroprates()

void Terraria.GameContent.ItemDropRules.FewFromOptionsNotScaledWithLuckDropRule.ReportDroprates ( List< DropRateInfo drops,
DropRateInfoChainFeed  ratesInfo 
)

◆ TryDroppingItem()

ItemDropAttemptResult Terraria.GameContent.ItemDropRules.FewFromOptionsNotScaledWithLuckDropRule.TryDroppingItem ( DropAttemptInfo  info)

Property Documentation

◆ ChainedRules

List<IItemDropRuleChainAttempt> Terraria.GameContent.ItemDropRules.FewFromOptionsNotScaledWithLuckDropRule.ChainedRules
get