Skip to content

Commit

Permalink
Update README with new format information
Browse files Browse the repository at this point in the history
  • Loading branch information
igoticecream committed Oct 12, 2016
1 parent c62c555 commit 13a7736
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,21 @@ Pokemon stats custom formats:
- %STA% : Shows pokemon stamina. %STA% -> 1
- %STAP% : Shows pokemon stamina with leading zero. %STAP% -> 01
- %STAH% : Shows pokemon stamina with hexadecimal format. %STAH% (15) -> F
- Move:
- %MV1% : Shows pokemon fast attack. %MV1% -> "Zen Headbutt"
- %MV2% : Shows pokemon charge attack. %MV2% -> "Zen Headbutt"
- %MV1.#% : Trims pokemon fast attack by #. %MV1.3% -> Zen
- %MV2.#% : Trims pokemon charge attack by #. %MV2.3% -> Zen
- Move type:
- %MVT1% : Shows pokemon fast attack type. %MVT1% -> "Psychic"
- %MVT2% : Shows pokemon charge attack type. %MVT2% -> "Psychic"
- %MVT1.#% : Trims pokemon fast attack type by #. %MVT1.3% -> "Psy"
- %MVT2.#% : Trims pokemon charge attack type by #. %MVT2.3% -> "Psy"
- Move power:
- %MVP1% : Shows pokemon fast attack power. %MVP1% -> 15
- %MVP2% : Shows pokemon charge attack power. %MVP2% -> 15
- %MVP1P% : Shows pokemon fast attack power with leading zero. %MVP1P% -> 015
- %MVP2P% : Shows pokemon charge attack power with leading zero. %MVP2P% -> 015

Note: Snorlax wont format other that the above commands. This means that you could add a '%' next to the Iv like this: %IV%% -> 6.7%

Expand Down

0 comments on commit 13a7736

Please sign in to comment.