Template:TeraRaidInfo/Drop: Difference between revisions
From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
m (event tera raids have items only received on first completion) |
m (forgot to update docs) |
||
Line 12: | Line 12: | ||
* '''amount''' - The amount of the item dropped. Defaults to 1. | * '''amount''' - The amount of the item dropped. Defaults to 1. | ||
* '''droprate''' - The chance that the item will drop (do not include the % sign). Defaults to 1. | * '''droprate''' - The chance that the item will drop (do not include the % sign). Defaults to 1. | ||
** '''fixed''' (optional) - If the drop is fixed, specify who the drop is given to: Host, Guests, or | ** '''fixed''' (optional) - If the drop is fixed, specify who the drop is given to: Host, Guests, Everyone, or First (for Event Raids only). | ||
* '''TMmat''' (optional) - If the item is a TM Material, write its name here. | * '''TMmat''' (optional) - If the item is a TM Material, write its name here. | ||
* '''mint''' (optional) - If the item is a Mint (other than the [[Serious Mint]]), write its name here. | * '''mint''' (optional) - If the item is a Mint (other than the [[Serious Mint]]), write its name here. |
Revision as of 22:29, 5 October 2023
This template is to be used inside calls of Template:TeraRaidInfo, to display item drops from Tera Raid Battles.
Template fields
- item - The name of the item. This will be used to call the image file.
- If the name is "Tera Shard", displays a note that the shard matches the raid's type.
- If the item is a TM Material, write "TM Material" here and write the item's name in the TMmat field below.
- If the item is a Mint (other than the Serious Mint), write "Mint [Stat]" here, specifying the stat raised (for example, "Mint Attack" or "Mint Sp. Def").
- amount - The amount of the item dropped. Defaults to 1.
- droprate - The chance that the item will drop (do not include the % sign). Defaults to 1.
- fixed (optional) - If the drop is fixed, specify who the drop is given to: Host, Guests, Everyone, or First (for Event Raids only).
- TMmat (optional) - If the item is a TM Material, write its name here.
- mint (optional) - If the item is a Mint (other than the Serious Mint), write its name here.
Examples
Fixed drops
{| class="roundtable" style="background:#{{scarlet color light}};" ! colspan=2 | Drops {{TeraRaidInfo/Drop|item=Water Stone|amount=1|fixed=Host}} {{TeraRaidInfo/Drop|item=King's Rock|amount=1|fixed=Guests}} |}
Drops | |
---|---|
Water Stone ×1 | Host |
King's Rock ×1 | Guests |
Random drops
{| class="roundtable" style="background:#{{scarlet color light}};" ! colspan=2 | Drops {{TeraRaidInfo/Drop|item=Water Stone|amount=1|droprate=5}} {{TeraRaidInfo/Drop|item=King's Rock|amount=1|droprate=1}} |}
Drops | |
---|---|
Water Stone ×1 | 5% |
King's Rock ×1 | 1% |
Tera Shard
{| class="roundtable" style="background:#{{scarlet color light}};" ! colspan=2 | Drops {{TeraRaidInfo/Drop|item=Tera Shard|amount=5|droprate=10}} {{TeraRaidInfo/Drop|item=Tera Shard|amount=5|fixed=Everyone}} |}
Drops | |
---|---|
Corresponding Tera Shard ×5 | 10% |
Corresponding Tera Shard ×5 |
TM Materials
{| class="roundtable" style="background:#{{scarlet color light}};" ! colspan=2 | Drops {{TeraRaidInfo/Drop|item=TM Material|TMmat=Slowpoke Claw|amount=5|droprate=10}} {{TeraRaidInfo/Drop|item=TM Material|TMmat=Slowpoke Claw|amount=5|fixed=Everyone}} |}
Drops | |
---|---|
Slowpoke Claw ×5 | 10% |
Slowpoke Claw ×5 |
Mints
{| class="roundtable" style="background:#{{scarlet color light}};" ! colspan=2 | Drops {{TeraRaidInfo/Drop|item=Mint Attack|mint=Brave Mint|amount=5|droprate=10}} {{TeraRaidInfo/Drop|item=Mint Attack|mint=Brave Mint|amount=5|fixed=Everyone}} {{TeraRaidInfo/Drop|item=Mint Defense|mint=Bold Mint|amount=5|droprate=10}} {{TeraRaidInfo/Drop|item=Mint Defense|mint=Bold Mint|amount=5|fixed=Everyone}} {{TeraRaidInfo/Drop|item=Mint Sp. Atk|mint=Modest Mint|amount=5|droprate=10}} {{TeraRaidInfo/Drop|item=Mint Sp. Atk|mint=Modest Mint|amount=5|fixed=Everyone}} {{TeraRaidInfo/Drop|item=Mint Sp. Def|mint=Calm Mint|amount=5|droprate=10}} {{TeraRaidInfo/Drop|item=Mint Sp. Def|mint=Calm Mint|amount=5|fixed=Everyone}} {{TeraRaidInfo/Drop|item=Mint Speed|mint=Timid Mint|amount=5|droprate=10}} {{TeraRaidInfo/Drop|item=Mint Speed|mint=Timid Mint|amount=5|fixed=Everyone}} {{TeraRaidInfo/Drop|item=Serious Mint|amount=5|droprate=10}} {{TeraRaidInfo/Drop|item=Serious Mint|amount=5|fixed=Everyone}} |}
Drops | |
---|---|
Brave Mint ×5 | 10% |
Brave Mint ×5 | |
Bold Mint ×5 | 10% |
Bold Mint ×5 | |
Modest Mint ×5 | 10% |
Modest Mint ×5 | |
Calm Mint ×5 | 10% |
Calm Mint ×5 | |
Timid Mint ×5 | 10% |
Timid Mint ×5 | |
Serious Mint ×5 | 10% |
Serious Mint ×5 |