Sha256: cfe443e64e6d61b80ac959681d9549373ccc42e4b6250f76eb0d0e242b727f69
Contents?: true
Size: 502 Bytes
Versions: 15
Compression:
Stored size: 502 Bytes
Contents
# lib/gemwarrior/entities/weapons/stalactite.rb # Entity::Item::Weapon::Stalactite require_relative '../weapon' module Gemwarrior class Stalactite < Weapon def initialize super self.name = 'stalactite' self.name_display = 'Stalactite' self.description = 'Long protrusion of cave adornment, broken off and fallen to the ground, where the stalagmites sneer at it from.' self.atk_lo = 2 self.atk_hi = 3 end end end
Version data entries
15 entries across 15 versions & 1 rubygems