Module: Restiny::TierType
- Defined in:
- lib/restiny/constants.rb
Overview
Definitions for the tier/rarity of a particular item.
Constant Summary collapse
- CURRENCY =
1- BASIC =
2- COMMON =
3- RARE =
4- LEGENDARY =
5- EXOTIC =
6
Class Method Summary collapse
Class Method Details
.all ⇒ Object
49 50 51 52 53 54 55 56 57 58 |
# File 'lib/restiny/constants.rb', line 49 def self.all { CURRENCY => 'Currency', BASIC => 'Basic', COMMON => 'Common', RARE => 'Rare', LEGENDARY => 'Legendary', EXOTIC => 'Exotic' } end |