class Gemwarrior::LeatherJerkin

Public Class Methods

new() click to toggle source
Calls superclass method Gemwarrior::Armor::new
# File lib/gemwarrior/entities/armor/leather_jerkin.rb, line 8
def initialize
  super

  self.name         = 'leather_jerkin'
  self.name_display = 'Leather Jerkin'
  self.description  = 'Brownish-black in color and fairly form-fitting, this jerkin will soften any blow a bit, at least.'
  self.defense      = 2
end