Class: Pokemongodb::Move::CrossPoison

Inherits:
Pokemongodb::Move show all
Defined in:
lib/pokemongodb/moves/cross_poison.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/cross_poison.rb', line 8

def self.cooldown
  1.5
end

.energyObject



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

def self.energy
  -25
end

.powerObject



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

def self.power
  25
end

.typeObject



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

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