Even More Modifiers  1.0.0.0
A mod for rolling various bonus stats on items
Loot.Api.Core Namespace Reference

Classes

class  FiniteModifierPool
 
class  Modifier
 Defines a modifier, which is an unloaded GlobalItem Making it a GlobalItem gives easy access to all hooks The various hooks are called by our own GlobalItem In your Modifier, it is safe to assume when one of the hooks is called, that item currently is modified by this modifier More...
 
class  ModifierContext
 Defines a context in which a Modifier might be rolled Which fields are available (not null) depends on the method

More...
 
class  ModifierEffect
 A ModifierEffect signifies the effect of a modifier on a player It should house the implementation, and delegation of such an effect Methods on effects can be delegated from ModPlayer More...
 
class  ModifierPool
 Defines a modifier pool. A modifier pool holds a certain amount of effects in an array It allows to roll a 'themed' item if it hits an already defined pool Up to 4 effects are drawn from the pool, and activated More...
 
class  ModifierProperties
 Defines the properties of a modifier More...
 
class  ModifierRarity
 Defines the rarity of a modifier More...
 
class  ModifierTooltipLine
 Defines a tooltip line of a modifier A modifier can have multiple lines More...
 
class  NegativeTooltipLine
 A ModifierTooltipLine with a Red text color. More...
 
class  NullModifier
 Defines a "Null" modifier which represents no modifier safely Cannot be rolled normally More...
 
class  NullModifierEffect
 Defines a "Null" effect which represents no effect safely Cannot be rolled normally More...
 
class  NullModifierPool
 Defines a "Null" modifier which represents a pool with no modifiers Cannot be rolled normally More...
 
class  NullModifierRarity
 Defines a "Null" rarity which represents no rarity safely Cannot be rolled normally More...
 
class  PositiveTooltipLine
 A ModifierTooltipLine with a Lime text color. More...
 

Enumerations

enum  ModifierContextMethod {
  ModifierContextMethod.OnReforge, ModifierContextMethod.OnCraft, ModifierContextMethod.SetupStartInventory, ModifierContextMethod.WorldGeneration,
  ModifierContextMethod.FirstLoad, ModifierContextMethod.OnPickup, ModifierContextMethod.Custom, ModifierContextMethod.OnCubeReroll,
  ModifierContextMethod.OnEssenceReroll
}
 Defines a method for a context in which a Modifier might be rolled Used in ModifierContext More...
 

Enumeration Type Documentation