Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.GameContent.ItemDropRules.CommonDropWithRerolls Class Reference

Public Member Functions

 CommonDropWithRerolls (int itemId, int chanceDenominator, int amountDroppedMinimum, int amountDroppedMaximum, int rerolls)
 
override ItemDropAttemptResult TryDroppingItem (DropAttemptInfo info)
 
override void ReportDroprates (List< DropRateInfo > drops, DropRateInfoChainFeed ratesInfo)
 
virtual bool CanDrop (DropAttemptInfo info)
 

Public Attributes

int timesToRoll
 
int itemId
 
int chanceDenominator
 
int amountDroppedMinimum
 
int amountDroppedMaximum
 
int chanceNumerator
 

Properties

List< IItemDropRuleChainAttemptChainedRules [get, private set]
 

Detailed Description

Definition at line 5 of file CommonDropWithRerolls.cs.


The documentation for this class was generated from the following file: