Class: Studio::RepelItem
Overview
Data class describing an Item that repels creature for a certain amount of step
Constant Summary
Constants inherited from Item
Instance Attribute Summary collapse
-
#repel_count ⇒ Integer
readonly
Get the number of steps this item repels.
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_count ⇒ Integer (readonly)
Get the number of steps this item repels
1191 1192 1193 |
# File 'docs/3_Studio.rb', line 1191 def repel_count @repel_count end |