Package index
-
calculate_damages()
- Function that calculates the damages of an attack on a given opponent
-
compute_stat()
- Function that calculate a given stat of a pokemon based on its level.
-
fight_History()
- Function that generates a timelineItem for each attack the pokemon does.
-
generate_pokemons()
- Function that generate 2 random pokemons. Levels are between 1 and 100 and ids are between 1 and 151
-
poke_locations_ui()
poke_locations_server()
- UI module for generating the pokemon location card
-
poke_moves_ui()
poke_moves_server()
- UI module for sorting pokemon
-
poke_types_ui()
poke_types_server()
- UI module for generating the pokemon type
-
pokeAttack()
- Server module for generating the pokeAttacks section
-
pokeAttackUi()
- UI module for generating the pokeAttacks section
-
pokeFight()
- Server module for generating the pokeFight section
-
pokeFightUi()
- UI module for generating the pokeFight section
-
pokeGallery()
- Server module generating the pokemon gallery interface
-
pokeGalleryUi()
- UI module for generating the gallery of the first 151 pokemons
-
pokeNetwork()
- Server module for generating the pokeNetwork section
-
pokeNetworkUi()
- UI module for generating the pokeNetwork section
-
pokeOther()
- Server module generating other stats chart
-
pokeOtherUi()
- UI module for generating other stats chart
-
poke_attacks
- Pokemon attacks data
-
poke_data
- Pokemon global data
-
poke_evol_ui()
poke_evol_server()
- UI module for generating the pokemon evolution timeline
-
poke_infos_server()
- Server module generating the pokemon info cards
-
poke_infos_ui()
- UI module for generating the pokemon info cards
-
poke_network
- Pokemon network data
-
poke_select_server()
- Server module generating the pokemon interface
-
poke_select_ui()
- UI module for sorting pokemon
-
poke_stats_server()
- Server module generating the pokemon stats chart
-
poke_stats_ui()
- UI module for generating the pokemon stats chart
-
run_pokemons()
- Launch the pokemon app
-
select_attacks()
- Function that list all possible learnable moves for a pokemon and select only 4 moves.
-
shinyMons-package
shinyMons
- shinyMons