Class: Studio::BreedLearnableMove

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

#move

Instance Method Summary collapse

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

Returns:

  • (Boolean)


236
237
238
# File 'scripts/00800 Studio/00001 Data/00042 CreatureForm.rb', line 236

def breed_learnable?
  true
end