Pokérus: Difference between revisions
m (Update Pokérus) |
m (Update Pokérus) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
'''Pokérus''' ( | '''Pokérus''' ("Pokémon virus") is a status a Pixelmon can carry. While infected, the [[EV training|effort values (EVs)]] a Pixelmon gains from battle are doubled. An infection lasts a fixed time set by its strain, then becomes cured, and can spread to adjacent party members after a battle. It has no negative effects. | ||
== | == Effect == | ||
While | While infected, EVs gained from battle are doubled. The multiplier is applied after EV-boosting held items: a [[Macho Brace]] or power item (e.g. [[Power Weight]]) bonus is added first, then the total is doubled. Pokérus affects only EV gain. | ||
== Strains == | |||
On infection a Pixelmon is assigned a random strain. The strain sets the infection's duration and has no other effect. Infection lasts between 1 and 4 days. | |||
{| class="wikitable sortable" | |||
! Strain !! Duration | |||
|- | |||
| <code>A</code> | |||
| 1 day | |||
|- | |||
| <code>B</code> | |||
| 2 days | |||
|- | |||
| <code>C</code> | |||
| 3 days | |||
|- | |||
| <code>D</code> | |||
| 4 days | |||
|} | |||
Uninfected Pixelmon use the <code>UNINFECTED</code> marker. The infected and cured states keep the same strain name. | |||
== | == Acquisition == | ||
=== From wild Pixelmon === | |||
Spawned Pixelmon have a 1 in 12,288 (0.0081%) chance per spawn to carry Pokérus. | |||
Individual spawns and spawn sets may override this rate with <code>spawnSpecificPokerusRate</code> or <code>setSpecificPokerusRate</code>; none are set in the current spawn data. | |||
== | === Spreading after battle === | ||
After a player wins a battle, an infected party Pixelmon can spread Pokérus to its adjacent party slots, and an attacker can be infected by a target it hits that carries Pokérus. Fainted Pixelmon, Pixelmon already carrying Pokérus, and cured Pixelmon are skipped (a cured Pixelmon cannot be re-infected). | |||
Each eligible spread attempt has a 1 in 5 (20%) chance to succeed. | |||
== | === Pokémon Spec === | ||
Pokérus can be set or matched via [[Pokémon Spec]] using <code>pokerus:<strain></code> or <code>pkrs:<strain></code>, where <code><strain></code> is one of <code>UNINFECTED</code>, <code>A</code>, <code>B</code>, <code>C</code>, <code>D</code>. | |||
The | == Duration and curing == | ||
The infection timer advances only while the Pixelmon is in a player's party. Pixelmon in the [[PC]] do not age, and eggs are skipped and never carry Pokérus, so storing an infected Pixelmon in the PC preserves the infection indefinitely. | |||
When the timer reaches the strain's duration, the Pixelmon is cured. A cured Pixelmon retains a record of the infection but can no longer spread it. | |||
== Notification == | |||
When a party Pixelmon is first found carrying Pokérus, the following message is shown at the next healer used: | |||
<blockquote>Your Pixelmon appear to have been infected by Pokérus, a microscopic life-form that we do not know much about just yet.<br>It spreads quickly, but does not seem to cause any harm.<br>It has, on occasion, even proven to be beneficial to a Pixelmon's growth, though infections seem to be short-lived.</blockquote> | <blockquote>Your Pixelmon appear to have been infected by Pokérus, a microscopic life-form that we do not know much about just yet.<br>It spreads quickly, but does not seem to cause any harm.<br>It has, on occasion, even proven to be beneficial to a Pixelmon's growth, though infections seem to be short-lived.</blockquote> | ||
== Server settings == | |||
Current Pokérus configuration. Operators set these in <code>config/pixelmon/pokerus.yml</code>. | |||
{| class="wikitable" | |||
! Setting !! Current value !! Effect | |||
|- | |||
| Enabled | |||
| Yes | |||
| Whether or not the Pokérus is enabled. This blocks the growth, the spread and the spawning of the Pokérus. | |||
|- | |||
| Wild appearance rate | |||
| 1 in 12,288 (0.0081%) | |||
| Pokérus spawn rate (1/x). (0 to disable) | |||
|- | |||
| Healer notification | |||
| Yes | |||
| Whether or not the player should be informed if their Pixelmon got Pokérus. | |||
|- | |||
| Battle spread rate | |||
| 1 in 5 (20%) | |||
| Chance to spread the Pokérus to the near Pixelmon after a battle. (1/x) (-1 to disable; 0 to keep always active) | |||
|} | |||
[[Category:Game mechanics]] | [[Category:Game mechanics]] | ||
Latest revision as of 21:29, 15 June 2026
Pokérus ("Pokémon virus") is a status a Pixelmon can carry. While infected, the effort values (EVs) a Pixelmon gains from battle are doubled. An infection lasts a fixed time set by its strain, then becomes cured, and can spread to adjacent party members after a battle. It has no negative effects.
Effect
While infected, EVs gained from battle are doubled. The multiplier is applied after EV-boosting held items: a Macho Brace or power item (e.g. Power Weight) bonus is added first, then the total is doubled. Pokérus affects only EV gain.
Strains
On infection a Pixelmon is assigned a random strain. The strain sets the infection's duration and has no other effect. Infection lasts between 1 and 4 days.
| Strain | Duration |
|---|---|
A
|
1 day |
B
|
2 days |
C
|
3 days |
D
|
4 days |
Uninfected Pixelmon use the UNINFECTED marker. The infected and cured states keep the same strain name.
Acquisition
From wild Pixelmon
Spawned Pixelmon have a 1 in 12,288 (0.0081%) chance per spawn to carry Pokérus.
Individual spawns and spawn sets may override this rate with spawnSpecificPokerusRate or setSpecificPokerusRate; none are set in the current spawn data.
Spreading after battle
After a player wins a battle, an infected party Pixelmon can spread Pokérus to its adjacent party slots, and an attacker can be infected by a target it hits that carries Pokérus. Fainted Pixelmon, Pixelmon already carrying Pokérus, and cured Pixelmon are skipped (a cured Pixelmon cannot be re-infected).
Each eligible spread attempt has a 1 in 5 (20%) chance to succeed.
Pokémon Spec
Pokérus can be set or matched via Pokémon Spec using pokerus:<strain> or pkrs:<strain>, where <strain> is one of UNINFECTED, A, B, C, D.
Duration and curing
The infection timer advances only while the Pixelmon is in a player's party. Pixelmon in the PC do not age, and eggs are skipped and never carry Pokérus, so storing an infected Pixelmon in the PC preserves the infection indefinitely.
When the timer reaches the strain's duration, the Pixelmon is cured. A cured Pixelmon retains a record of the infection but can no longer spread it.
Notification
When a party Pixelmon is first found carrying Pokérus, the following message is shown at the next healer used:
Your Pixelmon appear to have been infected by Pokérus, a microscopic life-form that we do not know much about just yet.
It spreads quickly, but does not seem to cause any harm.
It has, on occasion, even proven to be beneficial to a Pixelmon's growth, though infections seem to be short-lived.
Server settings
Current Pokérus configuration. Operators set these in config/pixelmon/pokerus.yml.
| Setting | Current value | Effect |
|---|---|---|
| Enabled | Yes | Whether or not the Pokérus is enabled. This blocks the growth, the spread and the spawning of the Pokérus. |
| Wild appearance rate | 1 in 12,288 (0.0081%) | Pokérus spawn rate (1/x). (0 to disable) |
| Healer notification | Yes | Whether or not the player should be informed if their Pixelmon got Pokérus. |
| Battle spread rate | 1 in 5 (20%) | Chance to spread the Pokérus to the near Pixelmon after a battle. (1/x) (-1 to disable; 0 to keep always active) |