diff --git a/README.md b/README.md index 1940d90..57374b3 100644 --- a/README.md +++ b/README.md @@ -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%