Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
Rarity.cs
Go to the documentation of this file.
1public enum Rarity
2{
3 Random = -999,
4 Crude = -1,
5 Normal = 0,
6 Superior = 1,
7 Legendary = 2,
8 Mythical = 3,
9 Artifact = 4
10}
Rarity
Definition: Rarity.cs:2
@ Superior
@ Legendary
@ Mythical
@ Artifact