pokemon.add: Add a new pokemon to the pokemon database ('pokedex')

Description Usage Arguments

View source: R/pokemon.R

Description

Add a new pokemon to the pokemon database ('pokedex')

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
pokemon.add(
  Pokemon,
  Num,
  Type.1,
  Type.2 = "",
  Hatch.km = NA,
  Buddy.km = NA,
  Attack,
  Defense,
  Stamina,
  Gen = NA
)

Arguments

Pokemon

name of the new mon

Num

the pokedex number

Type.1

first element type

Type.2

second element type, if it has one

Buddy.km

how far you need to walk with it to get a candy

Attack

base attack stat

Defense

base defense stat

Stamina

base stamina stat

Hatck.km

how far you need to walk to hatch an egg carrying it


thelit/openpogo documentation built on Jan. 16, 2020, 12:52 a.m.