class Pokemongodb::Move::Acid

Public Class Methods

cooldown() click to toggle source
# File lib/pokemongodb/moves/acid.rb, line 8
def self.cooldown
  1.05
end
energy() click to toggle source
# File lib/pokemongodb/moves/acid.rb, line 12
def self.energy
  7
end
power() click to toggle source
# File lib/pokemongodb/moves/acid.rb, line 4
def self.power
  10
end
type() click to toggle source
# File lib/pokemongodb/moves/acid.rb, line 16
def self.type
  Pokemongodb::Type::Poison
end