TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches
Terraria.ID.ItemRarityID Class Reference

Enumerates the values used with Item.rare. More...

+ Collaboration diagram for Terraria.ID.ItemRarityID:

Static Public Attributes

const int Master = -13
 Minus thirteen (-13)
Master: Fiery Red
Flag: item.master.
 
const int Expert = -12
 Minus twelve (-12)
Expert: Rainbow
Flag: item.expert.
 
const int Quest = -11
 Minus eleven (-11)
Quest: Amber
Flag: item.quest.
 
const int Gray = -1
 Minus one (-1)
 
const int White = 0
 Zero (0)
 
const int Blue = 1
 One (1)
 
const int Green = 2
 Two (2)
 
const int Orange = 3
 Three (3)
 
const int LightRed = 4
 Four (4)
 
const int Pink = 5
 Five (5)
 
const int LightPurple = 6
 Six (6)
 
const int Lime = 7
 Seven (7)
 
const int Yellow = 8
 Eight (8)
 
const int Cyan = 9
 Nine (9)
 
const int Red = 10
 Ten (10)
 
const int Purple = 11
 Eleven (11)
 
const int Count = 12
 
static readonly IdDictionary Search = IdDictionary.Create(typeof(ItemRarityID), typeof(int))
 

Detailed Description

Enumerates the values used with Item.rare.

Definition at line 6 of file ItemRarityID.cs.


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