Class: Studio::BreedLearnableMove
- Inherits:
-
LearnableMove
- Object
- LearnableMove
- Studio::BreedLearnableMove
- Defined in:
- scripts/00800 Studio/00001 Data/00042 CreatureForm.rb
Overview
Data class describing a move that can be learnt through breeding
Instance Attribute Summary
Attributes inherited from LearnableMove
Instance Method Summary collapse
-
#breed_learnable? ⇒ Boolean
Test if the move is learnable by breeding.
Methods inherited from LearnableMove
#evolution_learnable?, #level_learnable?, #tech_learnable?, #tutor_learnable?
Instance Method Details
#breed_learnable? ⇒ Boolean
Test if the move is learnable by breeding
236 237 238 |
# File 'scripts/00800 Studio/00001 Data/00042 CreatureForm.rb', line 236 def breed_learnable? true end |