Class: Studio::StatusRateHealItem
- Inherits:
-
RateHealItem
- Object
- Item
- HealingItem
- RateHealItem
- Studio::StatusRateHealItem
- Defined in:
- docs/3_Studio.rb
Overview
Data class describing an Item that heals a rate amount of hp and heals status as well
Constant Summary
Constants inherited from Item
Instance Attribute Summary collapse
-
#status_list ⇒ Array<Symbol>
Get the list of states the item heals.
Attributes inherited from RateHealItem
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
Instance Method Summary collapse
-
#status_id_list ⇒ Array<Integer>
Get the status as Integer.
Methods inherited from Item
#description, #exact_name, #me, #name, #plural_name
Instance Attribute Details
#status_list ⇒ Array<Symbol>
Get the list of states the item heals
1308 1309 1310 |
# File 'docs/3_Studio.rb', line 1308 def status_list @status_list end |
Instance Method Details
#status_id_list ⇒ Array<Integer>
Get the status as Integer
1311 1312 |
# File 'docs/3_Studio.rb', line 1311 def status_id_list end |