Class: Studio::TutorLearnableMove
- Inherits:
-
LearnableMove
- Object
- LearnableMove
- Studio::TutorLearnableMove
- Defined in:
- scripts/00800 Studio/00001 Data/00042 CreatureForm.rb
Overview
Data class describing a move that can be teached by a Move Tutor
Instance Attribute Summary
Attributes inherited from LearnableMove
Instance Method Summary collapse
-
#tutor_learnable? ⇒ Boolean
Test if the move is learnable by tutor.
Methods inherited from LearnableMove
#breed_learnable?, #evolution_learnable?, #level_learnable?, #tech_learnable?
Instance Method Details
#tutor_learnable? ⇒ Boolean
Test if the move is learnable by tutor
218 219 220 |
# File 'scripts/00800 Studio/00001 Data/00042 CreatureForm.rb', line 218 def tutor_learnable? true end |