class Pokemongodb::Move::FuryCutter
Public Class Methods
cooldown()
click to toggle source
# File lib/pokemongodb/moves/fury_cutter.rb, line 8 def self.cooldown 0.4 end
energy()
click to toggle source
# File lib/pokemongodb/moves/fury_cutter.rb, line 12 def self.energy 12 end
power()
click to toggle source
# File lib/pokemongodb/moves/fury_cutter.rb, line 4 def self.power 3 end
type()
click to toggle source
# File lib/pokemongodb/moves/fury_cutter.rb, line 16 def self.type Pokemongodb::Type::Bug end