Class: Studio::TechLearnableMove

Inherits:
LearnableMove show all
Defined in:
scripts/00800 Studio/00001 Data/00042 CreatureForm.rb

Overview

Data class decribing a move that can be teached using a TechItem

Instance Attribute Summary

Attributes inherited from LearnableMove

#move

Instance Method Summary collapse

Methods inherited from LearnableMove

#breed_learnable?, #evolution_learnable?, #level_learnable?, #tutor_learnable?

Instance Method Details

#tech_learnable?Boolean

Test if the move is learnable by tech item

Returns:

  • (Boolean)


227
228
229
# File 'scripts/00800 Studio/00001 Data/00042 CreatureForm.rb', line 227

def tech_learnable?
  true
end