Even More Modifiers  1.0.0.0
A mod for rolling various bonus stats on items
Loot.Rarities.LegendaryRarity Class Reference

The legendary rarity, before transcendent but after epic More...

+ Inheritance diagram for Loot.Rarities.LegendaryRarity:
+ Collaboration diagram for Loot.Rarities.LegendaryRarity:

Public Attributes

override Color Color => Color.LimeGreen
 
override Type Downgrade => typeof(EpicRarity)
 
override float DowngradeChance => 0.5f
 
override float ExtraLuck => 2
 
override float ExtraMagnitudePower => 0.5f
 
override string RarityName => "Legendary"
 
override Type Upgrade => null
 
override float UpgradeChance => null
 
- Public Attributes inherited from Loot.Api.Core.ModifierRarity
virtual Type Downgrade => null
 
virtual float DowngradeChance => null
 Describes the chance of this rarity downgrading to the previous tier If null, is the same as 0f (no chance) More...
 
virtual float ExtraLuck => 0f
 
virtual float ExtraMagnitudePower => 0f
 
virtual string ItemPrefix => null
 
virtual string ItemSuffix => null
 
string Name => GetType().Name
 
virtual Color OverrideNameColor => null
 
virtual string RarityName => Name
 
virtual Type Upgrade => null
 
virtual float UpgradeChance => null
 Describes the chance of this rarity upgrading to the next tier If null, is the same as 0f (no chance) More...
 

Additional Inherited Members

- Public Member Functions inherited from Loot.Api.Core.ModifierRarity
virtual void Clone (ref ModifierRarity clone)
 
object Clone ()
 
virtual void Load (Item item, TagCompound tag)
 Allows modder to do custom loading here Use the given TagCompound to pull data you saved using Save(Item,TagCompound) More...
 
virtual void NetReceive (Item item, BinaryReader reader)
 Allows the modder to do custom NetReceive More...
 
virtual void NetSend (Item item, BinaryWriter writer)
 Allows modder to do custom NetSend here More...
 
virtual void Save (Item item, TagCompound tag)
 Allows modder to do custom saving here Use the given TC to put data you want to save, which can be loaded using Load(Item,TagCompound) More...
 
- Properties inherited from Loot.Api.Core.ModifierRarity
abstract Color Color [get]
 
Mod Mod [get, set]
 
Mod ILoadableContentSetter. Mod [set]
 
uint Type [get, set]
 
uint ILoadableContentSetter. Type [set]
 
- Properties inherited from Loot.Api.Content.ILoadableContent
Mod Mod [get]
 
string Name [get]
 
uint Type [get]
 

Detailed Description

The legendary rarity, before transcendent but after epic

Definition at line 10 of file LegendaryRarity.cs.

Member Data Documentation

override Color Loot.Rarities.LegendaryRarity.Color => Color.LimeGreen

Definition at line 13 of file LegendaryRarity.cs.

override Type Loot.Rarities.LegendaryRarity.Downgrade => typeof(EpicRarity)

Definition at line 17 of file LegendaryRarity.cs.

override float Loot.Rarities.LegendaryRarity.DowngradeChance => 0.5f

Definition at line 15 of file LegendaryRarity.cs.

override float Loot.Rarities.LegendaryRarity.ExtraLuck => 2

Definition at line 19 of file LegendaryRarity.cs.

override float Loot.Rarities.LegendaryRarity.ExtraMagnitudePower => 0.5f

Definition at line 18 of file LegendaryRarity.cs.

override string Loot.Rarities.LegendaryRarity.RarityName => "Legendary"

Definition at line 12 of file LegendaryRarity.cs.

override Type Loot.Rarities.LegendaryRarity.Upgrade => null

Definition at line 16 of file LegendaryRarity.cs.

override float Loot.Rarities.LegendaryRarity.UpgradeChance => null

Definition at line 14 of file LegendaryRarity.cs.