class Pokemongodb::Move::RazorLeaf

Public Class Methods

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