Skip to content

simusr2/PokemonTeamListCreator

 
 

Repository files navigation

PokemonTeamListCreator

Creates an Open Team List/Sheet and Close Team List/Sheet from Pokémon Showdown paste

Source

This repository is maintained at simusr2/PokemonTeamListCreator.

The original project is DhSufi/PokemonTeamListCreator (live demo).

Changes in this fork

  • May 2025: Fixed PDF generation when a held item has no translation in the item database (for example custom or unreleased items). The list now shows the item name as entered in the Showdown paste instead of crashing.
  • May 2025: Staff list stats use the Pokémon Champions formula from the Showdown champions mod: base + Stat Points + 75 (HP) or + 20 (other stats), then nature ×1.1 / ×0.9. Paste lines with EVs: or SPs: are supported; classic EV spreads convert with floor((EV + 4) / 8) when needed.

Update March 2024

  • Added multi language list. Thanks a lot to Aurélien Soula (Axior)

Update December 2023:

  • Added Pokémon from The Indigo Disk
  • Added the ability to pass URL parameters (Thanks to Joe Zhu):
    • player=text
    • trainer=text
    • team=text
    • switch=text
    • id=text
    • dob=text (recommended use -)
    • age=Junior, Senior or Master
    • lang=chs, cht, en, es, fre, ger, ita, jpn, jpnkanji or kor

Update July 2023:

  • Added Pokémon for Regulation D
  • Improved file size (about x50 less disk space)

Pending: Special characters not allowed (for example ★)

Libraries used:

https://github.com/itsjavi/koffing

https://github.com/parallax/jsPDF

About

Creates an Open Team List/Sheet and Close Team List/Sheet from Pokémon Showdown paste

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 98.7%
  • Other 1.3%