Class: Studio::HealingItem
Overview
Data class describing an Item that is expected to heal a creature
Direct Known Subclasses
ConstantHealItem, ExpGiveItem, LevelIncreaseItem, PPHealItem, PPIncreaseItem, RateHealItem, StatBoostItem, StatusHealItem
Constant Summary
Constants inherited from Item
Instance Attribute Summary collapse
-
#loyalty_malus ⇒ Integer
readonly
Get the loyalty malus.
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
#loyalty_malus ⇒ Integer (readonly)
Get the loyalty malus
1229 1230 1231 |
# File 'docs/3_Studio.rb', line 1229 def loyalty_malus @loyalty_malus end |