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

Public Member Functions

 OneFromOptionsNotScaledWithLuckDropRule (int chanceDenominator, int chanceNumerator, params int[] options)
 
bool CanDrop (DropAttemptInfo info)
 
ItemDropAttemptResult TryDroppingItem (DropAttemptInfo info)
 
void ReportDroprates (List< DropRateInfo > drops, DropRateInfoChainFeed ratesInfo)
 

Public Attributes

int[] dropIds
 
int chanceDenominator
 
int chanceNumerator
 

Properties

List< IItemDropRuleChainAttemptChainedRules [get, private set]
 

Detailed Description

Definition at line 5 of file OneFromOptionsNotScaledWithLuckDropRule.cs.


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