Class: Studio::PPIncreaseItem
- Inherits:
-
HealingItem
- Object
- Item
- HealingItem
- Studio::PPIncreaseItem
- Defined in:
- docs/3_Studio.rb
Overview
Data class describing an Item that increase the PP of a move
Constant Summary
Constants inherited from Item
Instance Attribute Summary collapse
-
#is_max ⇒ Boolean
readonly
Tell if this item sets the PP to the max possible amount.
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
#is_max ⇒ Boolean (readonly)
Tell if this item sets the PP to the max possible amount
1259 1260 1261 |
# File 'docs/3_Studio.rb', line 1259 def is_max @is_max end |