Class: Studio::RateHealItem
- Inherits:
-
HealingItem
- Object
- Item
- HealingItem
- Studio::RateHealItem
- Defined in:
- docs/3_Studio.rb
Overview
Data class describing an Item that heals a rate (0~100% using a number between 0 & 1) of hp
Direct Known Subclasses
Constant Summary
Constants inherited from Item
Instance Attribute Summary collapse
-
#hp_rate ⇒ Float
readonly
Get the rate of hp this item can heal.
Attributes inherited from HealingItem
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
#hp_rate ⇒ Float (readonly)
Get the rate of hp this item can heal
1265 1266 1267 |
# File 'docs/3_Studio.rb', line 1265 def hp_rate @hp_rate end |