Class: Studio::EvolutionLearnableMove
- Inherits:
-
LearnableMove
- Object
- LearnableMove
- Studio::EvolutionLearnableMove
- Defined in:
- scripts/00800 Studio/00001 Data/00042 CreatureForm.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
245 246 247 |
# File 'scripts/00800 Studio/00001 Data/00042 CreatureForm.rb', line 245 def evolution_learnable? true end |