class Pokemongodb::Move::AquaJet
Public Class Methods
cooldown()
click to toggle source
# File lib/pokemongodb/moves/aqua_jet.rb, line 8 def self.cooldown 2.35 end
energy()
click to toggle source
# File lib/pokemongodb/moves/aqua_jet.rb, line 12 def self.energy -20 end
power()
click to toggle source
# File lib/pokemongodb/moves/aqua_jet.rb, line 4 def self.power 25 end
type()
click to toggle source
# File lib/pokemongodb/moves/aqua_jet.rb, line 16 def self.type Pokemongodb::Type::Water end