class Pokemongodb::Pokemon::Hitmonchan

Public Class Methods

base_attack() click to toggle source
# File lib/pokemongodb/pokemon/hitmonchan.rb, line 8
def self.base_attack
  138
end
base_defense() click to toggle source
# File lib/pokemongodb/pokemon/hitmonchan.rb, line 12
def self.base_defense
  204
end
base_stamina() click to toggle source
# File lib/pokemongodb/pokemon/hitmonchan.rb, line 16
def self.base_stamina
  100
end
buddy_candy_distance() click to toggle source
# File lib/pokemongodb/pokemon/hitmonchan.rb, line 20
def self.buddy_candy_distance
  3
end
capture_rate() click to toggle source
# File lib/pokemongodb/pokemon/hitmonchan.rb, line 24
def self.capture_rate
  0.16
end
cp_gain() click to toggle source
# File lib/pokemongodb/pokemon/hitmonchan.rb, line 28
def self.cp_gain
  22
end
description() click to toggle source
# File lib/pokemongodb/pokemon/hitmonchan.rb, line 32
def self.description
  "Hitmonchan is said to possess the spirit of a boxer who had been working toward a world championship. This Pokémon has an indomitable spirit and will never give up in the face of adversity."
end
egg_hatch_distance() click to toggle source
# File lib/pokemongodb/pokemon/hitmonchan.rb, line 36
def self.egg_hatch_distance
  10
end
flee_rate() click to toggle source
# File lib/pokemongodb/pokemon/hitmonchan.rb, line 40
def self.flee_rate
  0.09
end
height() click to toggle source
# File lib/pokemongodb/pokemon/hitmonchan.rb, line 44
def self.height
  1.4
end
id() click to toggle source
# File lib/pokemongodb/pokemon/hitmonchan.rb, line 4
def self.id
  107
end
max_cp() click to toggle source
# File lib/pokemongodb/pokemon/hitmonchan.rb, line 48
def self.max_cp
  1516.51
end
moves() click to toggle source
# File lib/pokemongodb/pokemon/hitmonchan.rb, line 52
def self.moves
  [
    Pokemongodb::Move::BulletPunch,
    Pokemongodb::Move::RockSmash,
    Pokemongodb::Move::BrickBreak,
    Pokemongodb::Move::FirePunch,
    Pokemongodb::Move::IcePunch,
    Pokemongodb::Move::ThunderPunch
  ]
end
name() click to toggle source
# File lib/pokemongodb/pokemon/hitmonchan.rb, line 63
def self.name
  "hitmonchan"
end
types() click to toggle source
# File lib/pokemongodb/pokemon/hitmonchan.rb, line 67
def self.types
  [
    Pokemongodb::Type::Fighting
  ]
end
weight() click to toggle source
# File lib/pokemongodb/pokemon/hitmonchan.rb, line 73
def self.weight
  50.2
end