Class: Pokemongodb::Move::AncientPower

Inherits:
Pokemongodb::Move show all
Defined in:
lib/pokemongodb/moves/ancient_power.rb

Class Method Summary collapse

Methods inherited from Pokemongodb::Move

all, category, charge, dps, eps, fast, used_by

Methods inherited from Pokemongodb

to_s

Class Method Details

.cooldownObject



8
9
10
# File 'lib/pokemongodb/moves/ancient_power.rb', line 8

def self.cooldown
  3.6
end

.energyObject



12
13
14
# File 'lib/pokemongodb/moves/ancient_power.rb', line 12

def self.energy
  -25
end

.powerObject



4
5
6
# File 'lib/pokemongodb/moves/ancient_power.rb', line 4

def self.power
  35
end

.typeObject



16
17
18
# File 'lib/pokemongodb/moves/ancient_power.rb', line 16

def self.type
  Pokemongodb::Type::Rock
end