class Pokemongodb::Move::FirePunch

Public Class Methods

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