class Pokemongodb::Move::FlashCannon
Public Class Methods
cooldown()
click to toggle source
# File lib/pokemongodb/moves/flash_cannon.rb, line 8 def self.cooldown 3.9 end
energy()
click to toggle source
# File lib/pokemongodb/moves/flash_cannon.rb, line 12 def self.energy -33 end
power()
click to toggle source
# File lib/pokemongodb/moves/flash_cannon.rb, line 4 def self.power 60 end
type()
click to toggle source
# File lib/pokemongodb/moves/flash_cannon.rb, line 16 def self.type Pokemongodb::Type::Steel end