Class: Studio::TechLearnableMove
- Inherits:
-
LearnableMove
- Object
- LearnableMove
- Studio::TechLearnableMove
- 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
Instance Method Summary collapse
-
#tech_learnable? ⇒ Boolean
Test if the move is learnable by tech item.
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
227 228 229 |
# File 'scripts/00800 Studio/00001 Data/00042 CreatureForm.rb', line 227 def tech_learnable? true end |