Class: Studio::BreedLearnableMove

Inherits:
LearnableMove show all
Defined in:
docs/3_Studio.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)


847
848
# File 'docs/3_Studio.rb', line 847

def breed_learnable?
end