mylist.strong: See your mon's survivability vs. a certain source's attacks

Description Usage Arguments

View source: R/pokemon.R

Description

See your mon's survivability vs. a certain source's attacks

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
mylist.strong(
  source,
  target,
  tarFast = "",
  tarCharge = "",
  raid = T,
  sourceatk = 15,
  sourcelvl = 40,
  Def = NA,
  Level = NA,
  data = mymons,
  ...
)

Arguments

source

the name of the type of attacker

target

the row number of your mon

tarFast

the attacker's fast attack

tarCharge

the attacker's charge attack

raid

is the attacker a raid boss?

sourceatk

the attacker's attack IV

sourcelvl

the attacker's level

Def

an alternate for your mon's defense IV

Level

an alternate for your mon's level

data

the name of your database


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