class Pokemongodb::Move::ZenHeadbutt
Public Class Methods
cooldown()
click to toggle source
# File lib/pokemongodb/moves/zen_headbutt.rb, line 8 def self.cooldown 1.05 end
energy()
click to toggle source
# File lib/pokemongodb/moves/zen_headbutt.rb, line 12 def self.energy 4 end
power()
click to toggle source
# File lib/pokemongodb/moves/zen_headbutt.rb, line 4 def self.power 12 end
type()
click to toggle source
# File lib/pokemongodb/moves/zen_headbutt.rb, line 16 def self.type Pokemongodb::Type::Psychic end