Class: Studio::LevelIncreaseItem
- Inherits:
-
HealingItem
- Object
- Item
- HealingItem
- Studio::LevelIncreaseItem
- Defined in:
- docs/3_Studio.rb
Overview
Data class describing an Item that increase the level of the Pokemon
Constant Summary
Constants inherited from Item
Instance Attribute Summary collapse
-
#level_count ⇒ Integer
readonly
Get the number of level this item increase.
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
#level_count ⇒ Integer (readonly)
Get the number of level this item increase
1247 1248 1249 |
# File 'docs/3_Studio.rb', line 1247 def level_count @level_count end |