Even More Modifiers  1.0.0.0
A mod for rolling various bonus stats on items
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
TranscendentRarity.cs
Go to the documentation of this file.
1 using Microsoft.Xna.Framework;
2 using System;
3 using Loot.Api.Core;
4 
5 namespace Loot.Rarities
6 {
11  {
12  public override string RarityName => "Transcendent";
13  public override Color Color => Color.Purple;
14  public override float? UpgradeChance => null;
15  public override float? DowngradeChance => null;
16  public override Type Upgrade => null;
17  public override Type Downgrade => null;
18  public override float ExtraMagnitudePower => 0.6f;
19  public override float ExtraLuck => 4;
20  }
21 }
Defines the rarity of a modifier
The Transcendent rarity, the most powerful rarity