Returns a new instance of Armor.
642 643 644 645 646 647
# File 'lib/rgss3/rpg.rb', line 642 def initialize super @atype_id = 0 @etype_id = 1 @features.push(RPG::BaseItem::Feature.new(22, 1, 0)) end