Skip to content

Placeholders

Vincenzo Montanari edited this page Nov 3, 2017 · 14 revisions

General Pixelmon info

Placeholder info
%pixelmon_dexsize% The implemented pixelmon count
%pixelmon_dexsizeall% Count of all the pixelmon, even the unimplemented

General Pokémon info

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>_biomes% The biomes where the pixelmon can spawn. This is a list
<prefix>_spawnlocations% The locations where the pixelmon can spawn. This is a list
<prefix>_evolutiontype% The type of the evolution
Example: Level, Trade, Friendship
<prefix>_evolution_bystone_stone% The stone needed to evolve
<prefix>_evolution_bystone_specificgender% If the evolution through the stone is restricted to a gender
<prefix>_evolution_bystone_gender% The gender (if any) the evolution is restricted to
<prefix>_evolution_friendship_specifictime% If the evolution through friendship is restricted to a specific time
<prefix>_evolution_friendship_time% The time (if any) the evolution is restricted to.
Example: Day, Night
<prefix>_evolution_level_specificlevel% If the evolution needs a minimum level
<prefix>_evolution_level_level% The minimum level (if any) the evolution is restricted to
<prefix>_evolution_level_specificbiomes% If the evolution by levelling up is restricted to specific biomes
<prefix>_evolution_level_biomes% The biomes (if any) the evolution is restricted to. This is a list
<prefix>_evolution_level_specificgender% If the evolution by levelling up is restricted to a gender
<prefix>_evolution_level_gender% The gender (if any) the evolution is restricted to
<prefix>_evolution_move% The move needed to evolve (if any)
<prefix>_evolution_proximity_rock% The rock needed to be in proximity for the pixelmon to evolve (if any)
<prefix>_evolution_proximity_biomes% The biomes in which the rock needs to be
<prefix>_evolution_trade_specificitem% If the evolution by trading needs the pixelmon to hold a specific item
<prefix>_evolution_trade_item% The item (if any) needed to be hold by the pixelmon
<prefix>_type% The type of the pixelmon.
Example: Ground, Ice, Water
<prefix>_basestats_hp% The base HP
<prefix>_basestats_atk% The base Attack
<prefix>_basestats_def% The base Defence
<prefix>_basestats_spa% The base Special Attack
<prefix>_basestats_spd% The base Special Defence
<prefix>_basestats_spe% The base Speed
<prefix>_basestats_yield_hp% The yield's HP. For more info read here
<prefix>_basestats_yield_atk% The yield's Attack. For more info read here
<prefix>_basestats_yield_def% The yield's Defence. For more info read here
<prefix>_basestats_yield_spa% The yield's Special Attack. For more info read here
<prefix>_basestats_yield_spd% The yield's Special Defence. For more info read here
<prefix>_basestats_yield_spe% The yield's Speed. For more info read here
<prefix>_basestats_yield_total% The yield's total. For more info read here.
Warning: Might change later to another placeholder
<prefix>_drops_main% Main drops of the pixelmon
<prefix>_drops_rare% Rare drops of the pixelmon
<prefix>_drops_optional1% First optional drops of the pixelmon
<prefix>_drops_optional2% Second optional drops of the pixelmon
<prefix>_egggroup% The egg groups of the pixelmon. This is a list.
Warning: Mistyped, will change in the next release to <prefix>_egggroups%

Specific Player info

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.

Team's member info

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 the pokémon was caught with
<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%

Clone this wiki locally