class Pokemongodb::Move::SteelWing

Public Class Methods

cooldown() click to toggle source
# File lib/pokemongodb/moves/steel_wing.rb, line 8
def self.cooldown
  1.33
end
energy() click to toggle source
# File lib/pokemongodb/moves/steel_wing.rb, line 12
def self.energy
  4
end
power() click to toggle source
# File lib/pokemongodb/moves/steel_wing.rb, line 4
def self.power
  15
end
type() click to toggle source
# File lib/pokemongodb/moves/steel_wing.rb, line 16
def self.type
  Pokemongodb::Type::Steel
end