class Pokemongodb::Move::MagnetBomb
Public Class Methods
cooldown()
click to toggle source
# File lib/pokemongodb/moves/magnet_bomb.rb, line 8 def self.cooldown 2.8 end
energy()
click to toggle source
# File lib/pokemongodb/moves/magnet_bomb.rb, line 12 def self.energy -25 end
power()
click to toggle source
# File lib/pokemongodb/moves/magnet_bomb.rb, line 4 def self.power 30 end
type()
click to toggle source
# File lib/pokemongodb/moves/magnet_bomb.rb, line 16 def self.type Pokemongodb::Type::Steel end