Class: Studio::RepelItem

Inherits:
Item show all
Defined in:
docs/00800_Studio.rb

Overview

Data class describing an Item that repels creature for a certain amount of step

Constant Summary

Constants inherited from Item

Item::ItemGetME

Instance Attribute Summary collapse

Attributes inherited from Item

#db_symbol, #fling_power, #icon, #id, #is_battle_usable, #is_holdable, #is_limited, #is_map_usable, #position, #price, #socket

Method Summary

Methods inherited from Item

#description, #exact_name, #me, #name, #plural_name

Instance Attribute Details

#repel_countInteger (readonly)

Get the number of steps this item repels

Returns:

  • (Integer)


1166
1167
1168
# File 'docs/00800_Studio.rb', line 1166

def repel_count
  @repel_count
end