Class: Studio::TutorLearnableMove

Inherits:
LearnableMove show all
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

#move

Instance Method Summary collapse

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

Returns:

  • (Boolean)


218
219
220
# File 'scripts/00800 Studio/00001 Data/00042 CreatureForm.rb', line 218

def tutor_learnable?
  true
end