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

Classes

class  TryIfDoesntFillConditions
 
class  TryIfFailedRandomRoll
 
class  TryIfSucceeded
 

Static Public Member Functions

static IItemDropRule OnFailedConditions (this IItemDropRule rule, IItemDropRule ruleToChain, bool hideLootReport=false)
 
static IItemDropRule OnFailedRoll (this IItemDropRule rule, IItemDropRule ruleToChain, bool hideLootReport=false)
 
static IItemDropRule OnSuccess (this IItemDropRule rule, IItemDropRule ruleToChain, bool hideLootReport=false)
 
static void ReportDroprates (List< IItemDropRuleChainAttempt > ChainedRules, float personalDropRate, List< DropRateInfo > drops, DropRateInfoChainFeed ratesInfo)