Class: Studio::EvolutionLearnableMove

Inherits:
LearnableMove show all
Defined in:
docs/3_Studio.rb

Overview

Data class describing a move that can be learnt through evolution

Instance Attribute Summary

Attributes inherited from LearnableMove

#move

Instance Method Summary collapse

Methods inherited from LearnableMove

#breed_learnable?, #level_learnable?, #tech_learnable?, #tutor_learnable?

Instance Method Details

#evolution_learnable?Boolean

Test if the move is learnable by evolution

Returns:

  • (Boolean)


854
855
# File 'docs/3_Studio.rb', line 854

def evolution_learnable?
end