Class: Studio::PPHealItem
- Inherits:
-
HealingItem
- Object
- Item
- HealingItem
- Studio::PPHealItem
- Defined in:
- docs/3_Studio.rb
Overview
Data class describing an Item that heals a certain amount of PP of a single move
Direct Known Subclasses
Constant Summary
Constants inherited from Item
Instance Attribute Summary collapse
-
#pp_count ⇒ Integer
readonly
Get the number of PP of the move that gets healed.
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
#pp_count ⇒ Integer (readonly)
Get the number of PP of the move that gets healed
1253 1254 1255 |
# File 'docs/3_Studio.rb', line 1253 def pp_count @pp_count end |