mylist.new: Add a new 'mon by its stats

Description Usage Arguments

View source: R/pokemon.R

Description

Add a new 'mon by its stats

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
mylist.new(
  type,
  cp,
  atk,
  def,
  stam,
  fast = "",
  charge = "",
  charge2 = "",
  shiny = F,
  notes = "",
  data = mymons
)

Arguments

type

the pokemon type

cp

its CP

atk

its attack stat

def

its defense stat

stam

its stamina stat

fast

its fast move

charge

its charge move

shiny

whether it's shiny (default=F)

notes

any notes you'd like to add

data

what list you're adding to

chage2

its second charge move, if any


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