possibles: Take pokemon, CP, HP, dust to level, and optionally...

Description Usage Arguments

View source: R/pokemon.R

Description

Take pokemon, CP, HP, dust to level, and optionally descriptors of stats to find all possible combinations of level and stats. For atk/def/stam, descriptors are "not"/"pos"/"impr"/"incr", for the summary they are "not"/"aa"/"caught"/"wonder". (As they were for Team Mystic under the old assessment procedure. Not so useful anymore!)

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
possibles(
  mon,
  cp,
  hp,
  dust = NA,
  atk = "all",
  def = "all",
  stam = "all",
  total = "all",
  powered = F,
  evolve = NA
)

Arguments

mon

The mon in question

cp

Its CP

hp

Its HP

dust

Optionally, the dust it takes to reach its next level

atk

How its attack is described

def

How its defense is described

stam

How its stamina is described

total

How its summary is described

powered

Has it been powered up since being obtained (can it be a 'half' level)?

evolve

Add a different mon to show CP of that other pokemon (at level 40) compared to its max instead.


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