Calculates number of attempts/hrs to encounter/hatch a shiny
shiny_hunt.Rd
Calculates number of attempts/hrs to encounter/hatch a shiny
Usage
shiny_hunt(
gen,
masuda = FALSE,
shiny_charm = FALSE,
encounter_rate = 100,
attempt_time = 15,
hatch_time = 0
)
Arguments
- gen
Integer denoting generation of pokemon
- masuda
Is the player using masuda method. Default is FALSE
- shiny_charm
Does the player have a shiny charm. Default is FALSE
- encounter_rate
Rate of encounter of the pokemon (only for wild encounters). Default is 100%
- hatch_time
Time (in seconds) to hatch a single pokemon egg. Default value is 0
- attempt_time
Time (in seconds) representing average time taken to encounter a pokemon, or soft reset. Default value is 15 seconds per encounter