class Pokemongodb::Move::FrostBreath
Public Class Methods
cooldown()
click to toggle source
# File lib/pokemongodb/moves/frost_breath.rb, line 8 def self.cooldown 0.81 end
energy()
click to toggle source
# File lib/pokemongodb/moves/frost_breath.rb, line 12 def self.energy 7 end
power()
click to toggle source
# File lib/pokemongodb/moves/frost_breath.rb, line 4 def self.power 9 end
type()
click to toggle source
# File lib/pokemongodb/moves/frost_breath.rb, line 16 def self.type Pokemongodb::Type::Ice end