combos.better: Counts the number of combinations that are better than one...

Description Usage Arguments

View source: R/pokemon.R

Description

Counts the number of combinations that are better than one with given stats.

Usage

1
2
3
4
5
6
7
8
9
combos.better(
  mon,
  atk = 10,
  def = 10,
  sta = 10,
  minstr = 10,
  mindef = 10,
  minsta = 10
)

Arguments

mon

what kind of mon you're looking at

atk

your mon's attack IV

def

your mon's defense IV

sta

your mon's stamina IV

minstr

the minimum attack IV for result combos

mindef

the minimum defense IV for result combos

minsta

the minimum stamina IV for result combos


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