tModLoader v2025.03
A mod to make and play Terraria mods
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
CommonDropWithRerolls Class Reference

Inherits CommonDrop.

Public Member Functions

 CommonDropWithRerolls (int itemId, int chanceDenominator, int amountDroppedMinimum, int amountDroppedMaximum, int rerolls)
 
override void ReportDroprates (List< DropRateInfo > drops, DropRateInfoChainFeed ratesInfo)
 
override ItemDropAttemptResult TryDroppingItem (DropAttemptInfo info)
 
- Public Member Functions inherited from CommonDrop
 CommonDrop (int itemId, int chanceDenominator, int amountDroppedMinimum=1, int amountDroppedMaximum=1, int chanceNumerator=1)
 
virtual bool CanDrop (DropAttemptInfo info)
 
virtual void ReportDroprates (List< DropRateInfo > drops, DropRateInfoChainFeed ratesInfo)
 
virtual ItemDropAttemptResult TryDroppingItem (DropAttemptInfo info)
 
bool CanDrop (DropAttemptInfo info)
 
void ReportDroprates (List< DropRateInfo > drops, DropRateInfoChainFeed ratesInfo)
 
ItemDropAttemptResult TryDroppingItem (DropAttemptInfo info)
 

Public Attributes

int timesToRoll
 
- Public Attributes inherited from CommonDrop
int amountDroppedMaximum
 
int amountDroppedMinimum
 
int chanceDenominator
 
int chanceNumerator
 
int itemId
 

Additional Inherited Members

- Properties inherited from CommonDrop
List< IItemDropRuleChainAttemptChainedRules [get]
 
- Properties inherited from IItemDropRule
List< IItemDropRuleChainAttemptChainedRules [get]
 

Member Function Documentation

◆ ReportDroprates()

override void CommonDropWithRerolls.ReportDroprates ( List< DropRateInfo drops,
DropRateInfoChainFeed  ratesInfo 
)
virtual

Reimplemented from CommonDrop.

◆ TryDroppingItem()

override ItemDropAttemptResult CommonDropWithRerolls.TryDroppingItem ( DropAttemptInfo  info)
virtual

Reimplemented from CommonDrop.