Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
Rarity.cs File Reference

Go to the source code of this file.

Enumerations

enum  Rarity {
  Random = -999 , Crude = -1 , Normal = 0 , Superior = 1 ,
  Legendary = 2 , Mythical = 3 , Artifact = 4
}
 

Enumeration Type Documentation

◆ Rarity

enum Rarity
Enumerator
Random 
Crude 
Normal 
Superior 
Legendary 
Mythical 
Artifact 

Definition at line 1 of file Rarity.cs.

2{
3 Random = -999,
4 Crude = -1,
5 Normal = 0,
6 Superior = 1,
7 Legendary = 2,
8 Mythical = 3,
9 Artifact = 4
10}
@ Superior
@ Legendary
@ Mythical
@ Artifact