-
Notifications
You must be signed in to change notification settings - Fork 13
Placeholders
Vincenzo Montanari edited this page Nov 2, 2017
·
14 revisions
| Placeholder | info |
|---|---|
%pixelmon_dexsize% |
The implemented pixelmon count |
%pixelmon_dexsizeall% |
Count of all the pixelmon, even the unimplemented |
Replace <prefix> with %pokedex_*POKEMONNAME* or %pokedex_*DEXENTRY*
Example: %pokedex_Bulbasaur or %pokedex_1
| Placeholder | info |
|---|---|
<prefix>_name% |
The name |
<prefix>_catchrate% |
The catch rate |
<prefix>_nationalid% |
The dex entry |
<prefix>_rarity_day% |
The chance for the pixelmon to spawn during the day |
<prefix>_rarity_night% |
The chance for the pixelmon to spawn during the night |
<prefix>_rarity_dawndusk% |
The chance for the pixelmon to spawn during the dawn dusk |
<prefix>_postevolutions% |
The evolutions. This is a list |
<prefix>_preevolutions% |
The preevolutions. This is a list |
<prefix>_evolutions% |
Union of the evolutions and the preevolutions. This is a list |
<prefix>_ability_1% |
The first ability |
<prefix>_ability_2% |
The second ability |
<prefix>_ability_H% |
The hidden ability |
<prefix>_abilities% |
All the abilities. This is a list |
<prefix>_% |
|
<prefix>_% |
|
<prefix>_% |
| Placeholder | info |
|---|---|
%trainer_dexcount% |
Count of the caught pokémon |
%trainer_dexpercentage% |
Caught pokémon divided for all the implemented ones. |
%trainer_seencount% |
Count of the seen pokémon. Note that only the caught and the pokémon registered in the pokédex (with I) will count.Not the ones that you battle with. |
%trainer_wins% |
Count of all the wins. (pvp only) |
%trainer_losses% |
Count of all the losses. (pvp only) |
%trainer_wlratio% |
Ratio of the wins and losses. 1.00 if you never had a battle against another player. |
%trainer_balance% |
Balance directly from Pixelmon. If you have Economy Bridge installed it is the same as the Sponge's one. |
Replace <prefix> with %trainer_team_*SLOT*
Example: %trainer_team_1 that will take the pokémon on the first spot.
| Placeholder | info |
|---|---|
<prefix>_nickname% |
The nickname |
<prefix>_exp% |
The total exp |
<prefix>_level% |
The level |
<prefix>_exptolevelup% |
The exp needed to reach the next level |
<prefix>_stats_hp% |
The HP |
<prefix>_stats_atk% |
The Attack |
<prefix>_stats_def% |
The Defence |
<prefix>_stats_spa% |
The Special Attack |
<prefix>_stats_spd% |
The Special Defence |
<prefix>_stats_spe% |
The Speed |
<prefix>_stats_ivs_hp% |
The HP IVs |
<prefix>_stats_ivs_atk% |
The Attack IVs |
<prefix>_stats_ivs_def% |
The Defence IVs |
<prefix>_stats_ivs_spa% |
The Special Attack IVs |
<prefix>_stats_ivs_spd% |
The Special Defence IVs |
<prefix>_stats_ivs_spe% |
The Speed IVs |
<prefix>_stats_evs_hp% |
The HP EVs |
<prefix>_stats_evs_atk% |
The Attack EVs |
<prefix>_stats_evs_def% |
The Defence EVs |
<prefix>_stats_evs_spa% |
The Special Attack EVs |
<prefix>_stats_evs_spd% |
The Special Defence EVs |
<prefix>_stats_evs_spe% |
The Speed EVs |
<prefix>_helditem% |
The held item |
<prefix>_pos_x% |
The X position |
<prefix>_pos_y% |
The Y position |
<prefix>_pos_z% |
The Z position |
<prefix>_moveset% |
All the attacks. This is a list |
<prefix>_moveset_1% |
The first attack |
<prefix>_moveset_2% |
The second attack |
<prefix>_moveset_3% |
The third attack |
<prefix>_moveset_4% |
The fourth attack |
<prefix>_friendship% |
The friendship level |
<prefix>_ability% |
The ability |
<prefix>_ball% |
The ball with whom the pokémon was caught |
<prefix>_drops% |
Items that will drop on death (since it's caught it won't happen). This is a list |
<prefix>_nature% |
The nature |
You can also use all the pokédex info with this placeholder.
For example %trainer_team_1_abilities% or %trainer_team_1_evolutions%