mylist.counter: Shows how much damage a mon in your database could do against...

Description Usage Arguments Value

View source: R/pokemon.R

Description

Shows how much damage a mon in your database could do against a target This is called by most of the other 'find damage against x' functions like mylist.raidcounters()

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
mylist.counter(
  sourceID,
  target,
  raid = F,
  targetdef = 15,
  targetlvl = 40,
  Atk = NA,
  Level = NA,
  Fast = NA,
  Charge = NA,
  data = mymons,
  exclude = NA,
  ...
)

Arguments

sourceID

the row number in your database of the attacker

target

the name of the kind of pokemon you're attacking

raid

if the target is a raid boss

targetdef

the target's defense IV

targetlvl

the target's level

Atk

specify a different attack IV for your attacker

Level

specify a different level for your attacker

Fast

specify a different fast attack for your attacker

Charge

specify a different charge attack for your attacker

data

name of your database

exclude

exclude a certain type of mon, I guess?

Value

one particularly formatted line summarizing the matchup


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