class Pokemongodb::Move::PetalBlizzard
Public Class Methods
cooldown()
click to toggle source
# File lib/pokemongodb/moves/petal_blizzard.rb, line 8 def self.cooldown 3.2 end
energy()
click to toggle source
# File lib/pokemongodb/moves/petal_blizzard.rb, line 12 def self.energy -50 end
power()
click to toggle source
# File lib/pokemongodb/moves/petal_blizzard.rb, line 4 def self.power 65 end
type()
click to toggle source
# File lib/pokemongodb/moves/petal_blizzard.rb, line 16 def self.type Pokemongodb::Type::Grass end