class Pokemongodb::Move::HydroPump
Public Class Methods
cooldown()
click to toggle source
# File lib/pokemongodb/moves/hydro_pump.rb, line 8 def self.cooldown 3.8 end
energy()
click to toggle source
# File lib/pokemongodb/moves/hydro_pump.rb, line 12 def self.energy -100 end
power()
click to toggle source
# File lib/pokemongodb/moves/hydro_pump.rb, line 4 def self.power 90 end
type()
click to toggle source
# File lib/pokemongodb/moves/hydro_pump.rb, line 16 def self.type Pokemongodb::Type::Water end