Module: Lich::Gemstone::Currency

Defined in:
documented/gemstone/currency.rb

Class Method Summary collapse

Class Method Details

.blackscripInteger

Retrieves the amount of blackscrip currency.

Returns:

  • (Integer)

    the amount of blackscrip



30
31
32
# File 'documented/gemstone/currency.rb', line 30

def self.blackscrip
  Lich::Gemstone::Infomon.get('currency.blackscrip')
end

.bloodscripInteger

Retrieves the amount of bloodscrip currency.

Returns:

  • (Integer)

    the amount of bloodscrip



36
37
38
# File 'documented/gemstone/currency.rb', line 36

def self.bloodscrip
  Lich::Gemstone::Infomon.get('currency.bloodscrip')
end

.elansInteger

Retrieves the amount of elans currency.

Returns:

  • (Integer)

    the amount of elans



54
55
56
# File 'documented/gemstone/currency.rb', line 54

def self.elans
  Lich::Gemstone::Infomon.get('currency.elans')
end

.ethereal_scripInteger

Retrieves the amount of ethereal scrip currency.

Returns:

  • (Integer)

    the amount of ethereal scrip



42
43
44
# File 'documented/gemstone/currency.rb', line 42

def self.ethereal_scrip
  Lich::Gemstone::Infomon.get('currency.ethereal_scrip')
end

.gemstone_dustInteger

Retrieves the amount of gemstone dust currency.

Returns:

  • (Integer)

    the amount of gemstone dust



78
79
80
# File 'documented/gemstone/currency.rb', line 78

def self.gemstone_dust
  Lich::Gemstone::Infomon.get('currency.gemstone_dust')
end

.gigas_artifact_fragmentsInteger

Retrieves the amount of gigas artifact fragments currency.

Returns:

  • (Integer)

    the amount of gigas artifact fragments



72
73
74
# File 'documented/gemstone/currency.rb', line 72

def self.gigas_artifact_fragments
  Lich::Gemstone::Infomon.get('currency.gigas_artifact_fragments')
end

.goldInteger

Retrieves the amount of gold currency.

Returns:

  • (Integer)

    the amount of gold



66
67
68
# File 'documented/gemstone/currency.rb', line 66

def self.gold
  Lich::Gemstone::Infomon.get('currency.gold')
end

.raikhenInteger

Retrieves the amount of raikhen currency.

Returns:

  • (Integer)

    the amount of raikhen



48
49
50
# File 'documented/gemstone/currency.rb', line 48

def self.raikhen
  Lich::Gemstone::Infomon.get('currency.raikhen')
end

.redsteel_marksInteger

Retrieves the amount of redsteel marks currency.

Returns:

  • (Integer)

    the amount of redsteel marks



18
19
20
# File 'documented/gemstone/currency.rb', line 18

def self.redsteel_marks
  Lich::Gemstone::Infomon.get('currency.redsteel_marks')
end

.silverInteger

Retrieves the amount of silver currency.

Returns:

  • (Integer)

    the amount of silver



6
7
8
# File 'documented/gemstone/currency.rb', line 6

def self.silver
  Lich::Gemstone::Infomon.get('currency.silver')
end

.silver_containerString

Retrieves the silver container information.

Returns:

  • (String)

    the silver container details



12
13
14
# File 'documented/gemstone/currency.rb', line 12

def self.silver_container
  Lich::Gemstone::Infomon.get('currency.silver_container')
end

.soul_shardsInteger

Retrieves the amount of soul shards currency.

Returns:

  • (Integer)

    the amount of soul shards



60
61
62
# File 'documented/gemstone/currency.rb', line 60

def self.soul_shards
  Lich::Gemstone::Infomon.get('currency.soul_shards')
end

.ticketsInteger

Retrieves the amount of tickets currency.

Returns:

  • (Integer)

    the amount of tickets



24
25
26
# File 'documented/gemstone/currency.rb', line 24

def self.tickets
  Lich::Gemstone::Infomon.get('currency.tickets')
end