Class: Studio::EvolutionLearnableMove
- Inherits:
-
LearnableMove
- Object
- LearnableMove
- Studio::EvolutionLearnableMove
- Defined in:
- docs/3_Studio.rb
Overview
Data class describing a move that can be learnt through evolution
Instance Attribute Summary
Attributes inherited from LearnableMove
Instance Method Summary collapse
-
#evolution_learnable? ⇒ Boolean
Test if the move is learnable by evolution.
Methods inherited from LearnableMove
#breed_learnable?, #level_learnable?, #tech_learnable?, #tutor_learnable?
Instance Method Details
#evolution_learnable? ⇒ Boolean
Test if the move is learnable by evolution
854 855 |
# File 'docs/3_Studio.rb', line 854 def evolution_learnable? end |