Module: Lich::Gemstone::Currency
- Defined in:
- documented/gemstone/currency.rb
Class Method Summary collapse
-
.blackscrip ⇒ Integer
Returns the amount of blackscrip currency.
-
.bloodscrip ⇒ Integer
Returns the amount of bloodscrip currency.
-
.elans ⇒ Integer
Returns the amount of elans currency.
-
.ethereal_scrip ⇒ Integer
Returns the amount of ethereal scrip currency.
-
.gemstone_dust ⇒ Integer
Returns the amount of gemstone dust currency.
-
.gigas_artifact_fragments ⇒ Integer
Returns the amount of gigas artifact fragments currency.
-
.gold ⇒ Integer
Returns the amount of gold currency.
-
.raikhen ⇒ Integer
Returns the amount of raikhen currency.
-
.redsteel_marks ⇒ Integer
Returns the amount of redsteel marks currency.
-
.silver ⇒ Integer
Returns the amount of silver currency.
-
.silver_container ⇒ Integer
Returns the silver container currency.
-
.soul_shards ⇒ Integer
Returns the amount of soul shards currency.
-
.tickets ⇒ Integer
Returns the amount of tickets currency.
Class Method Details
.blackscrip ⇒ Integer
Returns the amount of blackscrip currency.
40 41 42 |
# File 'documented/gemstone/currency.rb', line 40 def self.blackscrip Lich::Gemstone::Infomon.get('currency.blackscrip') end |
.bloodscrip ⇒ Integer
Returns the amount of bloodscrip currency.
48 49 50 |
# File 'documented/gemstone/currency.rb', line 48 def self.bloodscrip Lich::Gemstone::Infomon.get('currency.bloodscrip') end |
.elans ⇒ Integer
Returns the amount of elans currency.
72 73 74 |
# File 'documented/gemstone/currency.rb', line 72 def self.elans Lich::Gemstone::Infomon.get('currency.elans') end |
.ethereal_scrip ⇒ Integer
Returns the amount of ethereal scrip currency.
56 57 58 |
# File 'documented/gemstone/currency.rb', line 56 def self.ethereal_scrip Lich::Gemstone::Infomon.get('currency.ethereal_scrip') end |
.gemstone_dust ⇒ Integer
Returns the amount of gemstone dust currency.
104 105 106 |
# File 'documented/gemstone/currency.rb', line 104 def self.gemstone_dust Lich::Gemstone::Infomon.get('currency.gemstone_dust') end |
.gigas_artifact_fragments ⇒ Integer
Returns the amount of gigas artifact fragments currency.
96 97 98 |
# File 'documented/gemstone/currency.rb', line 96 def self.gigas_artifact_fragments Lich::Gemstone::Infomon.get('currency.gigas_artifact_fragments') end |
.gold ⇒ Integer
Returns the amount of gold currency.
88 89 90 |
# File 'documented/gemstone/currency.rb', line 88 def self.gold Lich::Gemstone::Infomon.get('currency.gold') end |
.raikhen ⇒ Integer
Returns the amount of raikhen currency.
64 65 66 |
# File 'documented/gemstone/currency.rb', line 64 def self.raikhen Lich::Gemstone::Infomon.get('currency.raikhen') end |
.redsteel_marks ⇒ Integer
Returns the amount of redsteel marks currency.
24 25 26 |
# File 'documented/gemstone/currency.rb', line 24 def self.redsteel_marks Lich::Gemstone::Infomon.get('currency.redsteel_marks') end |
.silver ⇒ Integer
Returns the amount of silver currency.
8 9 10 |
# File 'documented/gemstone/currency.rb', line 8 def self.silver Lich::Gemstone::Infomon.get('currency.silver') end |
.silver_container ⇒ Integer
Returns the silver container currency.
16 17 18 |
# File 'documented/gemstone/currency.rb', line 16 def self.silver_container Lich::Gemstone::Infomon.get('currency.silver_container') end |