Difference between revisions of "EVs/IVs"
From Pixelmon Wiki
Line 1: | Line 1: | ||
EVs/IVs is a Pixelmon sidemod that gives access to commands that display details about the [[EVs]], IVs, and [[Hidden Power]] of individual Pokémon. | EVs/IVs is a Pixelmon sidemod that gives access to commands that display details about the [[EVs]], IVs, and [[Hidden Power]] of individual Pokémon. | ||
==Installation== | ==Installation== | ||
− | Any version of Pixelmon from 3.1.2 | + | Any version of Pixelmon from 3.1.2 upwards is compatible with this mod. On servers, the mod is server-side and does not need to be installed by each individual player to be used. |
===''Minecraft'' launcher=== | ===''Minecraft'' launcher=== | ||
#Download EVs/IVs [http://pixelmonmod.com/downloads.php here]. | #Download EVs/IVs [http://pixelmonmod.com/downloads.php here]. | ||
#Place the downloaded jar file in the mods folder. | #Place the downloaded jar file in the mods folder. | ||
===[[Pixelmon launcher]]=== | ===[[Pixelmon launcher]]=== | ||
+ | #If you are using Pixelmon 4.0, go to the Settings tab on the main launcher screen and turn on "Enable experimental features". | ||
#Edit your profile and choose the "Add Official Side-Mod" option. | #Edit your profile and choose the "Add Official Side-Mod" option. | ||
#Select EVs/IVs from the list. | #Select EVs/IVs from the list. |
Revision as of 13:26, 13 September 2015
EVs/IVs is a Pixelmon sidemod that gives access to commands that display details about the EVs, IVs, and Hidden Power of individual Pokémon.
Contents
Installation
Any version of Pixelmon from 3.1.2 upwards is compatible with this mod. On servers, the mod is server-side and does not need to be installed by each individual player to be used.
Minecraft launcher
- Download EVs/IVs here.
- Place the downloaded jar file in the mods folder.
Pixelmon launcher
- If you are using Pixelmon 4.0, go to the Settings tab on the main launcher screen and turn on "Enable experimental features".
- Edit your profile and choose the "Add Official Side-Mod" option.
- Select EVs/IVs from the list.
Commands
- /evs position: This command will display the EVs that the Pokémon in the designated party slot position (1-6) has accumulated. It will show the EVs for each individual stat (HP, Attack, Defense, Special Attack, Special Defense, Speed), the total amount of EVs gained, the maximum possible EVs (510), and the percentage of EVs that have been gained towards the maximum (Current EVs510).
- /ivs position: This command will display the IVs that the Pokémon in the designated party position (1-6) has. It will show the IVs for each stat (HP, Attack, Defense, Special Attack, Special Defense, Speed), the total IVs, the maximum possible IVs (31 in every stat, 186), and the percentage of IVs that the Pokémon has compared to the maximum (Current IVs186). Despite the command showing a percentage, it is not possible to change a Pokémon IVs without modifying NBT tags.
- /hiddenpower position: This command will display the type and base power of Hidden Power if the move were to be used by the Pokémon in the chosen party position (1-6). The type and power of Hidden Power are calculated based on the Pokémon's IVs.
For all of these commands, entering a party slot number for an empty party slot will produce an error in the console, but no adverse effects such as crashes will occur.
Permission nodes
- /evs: com.ivsevsmod.ivsevs.commands.EVs
- /ivs: com.ivsevsmod.ivsevs.commands.IVs
- /hiddenpower: com.ivsevsmod.ivsevs.commands.HiddenPower