class Pokemongodb::Move::Discharge

Public Class Methods

cooldown() click to toggle source
# File lib/pokemongodb/moves/discharge.rb, line 8
def self.cooldown
  2.5
end
energy() click to toggle source
# File lib/pokemongodb/moves/discharge.rb, line 12
def self.energy
  -33
end
power() click to toggle source
# File lib/pokemongodb/moves/discharge.rb, line 4
def self.power
  35
end
type() click to toggle source
# File lib/pokemongodb/moves/discharge.rb, line 16
def self.type
  Pokemongodb::Type::Electric
end