class RestGW2::ServerAction
Public Class Methods
armors()
click to toggle source
# File lib/rest-gw2/server/action.rb, line 15 def self.armors %w[Helm Shoulders Coat Gloves Leggings Boots HelmAquatic] end
armors_weight()
click to toggle source
# File lib/rest-gw2/server/action.rb, line 19 def self.armors_weight %w[Light Medium Heavy Clothing] end
crafting()
click to toggle source
# File lib/rest-gw2/server/action.rb, line 23 def self.crafting %w[Weaponsmith Huntsman Artificer Armorsmith Leatherworker Tailor Jeweler Chef Scribe] end
weapons()
click to toggle source
# File lib/rest-gw2/server/action.rb, line 7 def self.weapons %w[Greatsword Sword Hammer Mace Axe Dagger Staff Scepter Longbow Shortbow Rifle Pistol Shield Torch Focus Warhorn Spear Speargun Trident] end