Class: Studio::ExpGiveItem
- Inherits:
-
HealingItem
- Object
- Item
- HealingItem
- Studio::ExpGiveItem
- Defined in:
- docs/3_Studio.rb
Overview
Data class describing an Item that gives experience to a Pokemon
Constant Summary
Constants inherited from Item
Instance Attribute Summary collapse
-
#exp_count ⇒ Integer
readonly
Get the number of exp point this item gives.
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
#exp_count ⇒ Integer (readonly)
Get the number of exp point this item gives
1241 1242 1243 |
# File 'docs/3_Studio.rb', line 1241 def exp_count @exp_count end |