pokemon-assets v1.0.5
pokemon-assets
Essential Pokémon assets for any kind of project: menu sprites, fonts, JSON data, SASS/CSS spritesheet and more.
Please note that this is an early version and the JSON API format and the project structure and contents may change until we release the first stable version,
1.0.0
.
About missing sprites for newest Pokémon games:
Note: The images are not yet updated with the newest Pokémon introduced in Legends Arceus, since there are no pixel-art icon sprites for them yet. We are trying to find an alternative from pixel artists. Feel free to contribute to msikma/pokesprite for this.
Install
You can either clone this project or install it in your project with npm or yarn:
# npm:
npm install pokemon-assets
# yarn:
yarn add pokemon-assets
Contents
- All Pokémon menu icon sprites up to Gen 8, with their shiny version.
- Icon sprites for items, ribbons, marks and UI symbols.
- Sprite sheets for all sprite sets, with CSS and SASS files.
- PkIcon JS React component.
- Data of the essential metagame info (abilities, items, moves, natures, pokemon, learn sets).
- JS Data API wrapper class.
- SVG images for type symbols and other UI elements.
- Fonts from the GBC, GBA and DS games.
- Music of the most relevant game events.
- Audio effects for typical game actions.
Asset Reference
You can check all available assets in the following reference pages.
JSON Data
- Pokémon
- Abilities
- Items
- Moves
- Move Learn Sets (example: Bulbasaur)
- Natures
- Types
- Egg Groups
You can find all data under assets/data.
Imagery and CSS
- Pokémon
- Shiny Pokémon
- Items
- Pokémon Marks (from Sword and Shield)
- Ribbons
- Symbols
Other Resources
- Fonts
- Audios
- SVG Images
- JS React components
- JS Data API wrapper
- CSS spritesheet files
- SASS spritesheet files
Maintenance
The only dependencies you need to maintain this project are git, zsh, Docker and the ability to run make
commands. The
most important ones are:
make install
: initializes the project dependencies, needed to build the assets. This is what you need to run after cloning the project.make
ormake build
: (re)builds the assets.
The following ones are only useful if you are a core maintainer of this project and have write privileges to the repository and the npm package:
make publish-pages
: publishes the built assets to the gh-pages branch. It needsgit
installed in your system.make publish-npm
: publishes the built assets to npm with the current package.json version. It needsnode
andnpm
installed in your system.
Credits
Created by @route1rodent with the help of other projects:
- Menu Icon Sprites: msikma/pokesprite
- Some SVGs from: zukan.pokemon.co.jp
- Data sources: smogon/pokemon-showdown, veekun/pokedex
License
This software is copyrighted and licensed under the MIT license.
Disclaimer
This software comes bundled with data and graphics extracted from the Pokémon series of video games. Some terminology from the Pokémon franchise is also necessarily used within the software itself. This is all the intellectual property of Nintendo, Creatures, inc., and GAME FREAK, inc. and is protected by various copyrights and trademarks.
The authors believe that the use of this intellectual property for a fan reference is covered by fair use and that the software is significantly impaired without said property included. Any use of this copyrighted property is at your own legal risk.
This software is not affiliated in any way with Nintendo, Pokémon or any other game company.
A complete revision history of this software is available in Github https://github.com/itsjavi/pokemon-assets