Skip to content

Commit

Permalink
templated renaming instructions and additional features
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnymac committed Jan 4, 2017
1 parent 4de24fb commit 4cc35e1
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,28 @@ You may view all the releases [here](https://github.com/vinnymac/PokeNurse/relea
This project uses [Electron](http://electron.atom.io/) and [Node.js](https://nodejs.org/en/). Criticism is welcome and encouraged.

## Features
* List Pokemon
* List and Sort Pokemon
* Pokedex Number
* Name
* CP
* IV
* Transfer Pokemon
* Evolve Pokemon
* Favorite/Unfavorite Pokemon
* PowerUp Pokemon
* Details - Evolutions, DPS, Energy, Moves, and more
* Renaming & Templated Renaming

## Templated Renaming
When renaming, it will automatically convert a name like `Bulba-[HP]` into `Bulba-140`.
`[IV]` represents the IV percent of that pokemon: 40
`[VI]` represents 100 minus the IV: 60
`[ATT]`, `[DEF]`, `[STA]` represent attack, defense, and stamina, they will appear like: ⑨
`[FAST]` is the damage of the quick move: 8
`[CHARGE]` is the damage of the cinematic move: 40
`[ENERGY]` is the amount of cinematic moves you can use before your energy runs out: ②
`[HP]` is the max stamina: 140
Note: Only 12 characters can be used to rename a pokemon.

## Contributing
All future pull request should be made to the **develop** branch.
Expand Down

0 comments on commit 4cc35e1

Please sign in to comment.