Template:TeraRaidInfo/Drop: Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
(fixing calls and links)
m (no (Everyone) text test)
Line 3: Line 3:
Tera Shards
Tera Shards


-->|Tera Shard=[[File:Bag Normal Tera Shard SV Sprite.png|20px|link=Tera Shard]] [[Tera Shard]] (of raid's type) ×{{{amount|1}}}<br>({{#if:{{{fixed|}}}|{{{fixed|Everyone}}}|{{{droprate|1}}}%}})<!--
-->|Tera Shard=[[File:Bag Normal Tera Shard SV Sprite.png|20px|link=Tera Shard]] [[Tera Shard]] (of raid's type) ×{{{amount|1}}}<br>({{#if:{{{fixed|}}}|{{{fixed|}}}|{{{droprate|1}}}%}})<!--


TM Materials
TM Materials
Line 15: Line 15:
General items
General items


-->|[[File:Bag {{{item}}} SV Sprite.png|20px|link={{{item}}}]] [[{{{item}}}]] ×{{{amount|1}}}<br>({{#if:{{{fixed|}}}|{{{fixed|Everyone}}}|{{{droprate|1}}}%}})}}</div></includeonly><noinclude>
-->|[[File:Bag {{{item}}} SV Sprite.png|20px|link={{{item}}}]] [[{{{item}}}]] ×{{{amount|1}}}<br>({{#if:{{{fixed|}}}|{{{fixed|}}}|{{{droprate|1}}}%}})}}</div></includeonly><noinclude>
This template is to be used inside calls of [[Template:TeraRaidInfo]], to display item drops from [[Tera Raid Battle]]s.
This template is to be used inside calls of [[Template:TeraRaidInfo]], to display item drops from [[Tera Raid Battle]]s.



Revision as of 20:13, 30 September 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, or Everyone.
  • 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" width="100%" style="background:#{{scarlet color light}};"
! Drops
|- style="background:#FFF;"
|
<div style="display:flex;flex-wrap:wrap;text-align:center;align-items:center;justify-content:center;">
{{TeraRaidInfo/Drop|item=Water Stone|amount=1|fixed=Host}}
{{TeraRaidInfo/Drop|item=King's Rock|amount=1|fixed=Guests}}
</div>
|}
Drops
Bag Water Stone SV Sprite.png Water Stone ×1
(Host)
Bag King's Rock SV Sprite.png King's Rock ×1
(Guests)

Random drops

{| class="roundtable" width="100%" style="background:#{{scarlet color light}};"
! Drops
|- style="background:#FFF;"
|
<div style="display:flex;flex-wrap:wrap;text-align:center;align-items:center;justify-content:center;">
{{TeraRaidInfo/Drop|item=Water Stone|amount=1|droprate=5}}
{{TeraRaidInfo/Drop|item=King's Rock|amount=1|droprate=1}}
</div>
|}
Drops
Bag Water Stone SV Sprite.png Water Stone ×1
(5%)
Bag King's Rock SV Sprite.png King's Rock ×1
(1%)

Tera Shard

{| class="roundtable" width="100%" style="background:#{{scarlet color light}};"
! Drops
|- style="background:#FFF;"
|
<div style="display:flex;flex-wrap:wrap;text-align:center;align-items:center;justify-content:center;">
{{TeraRaidInfo/Drop|item=Tera Shard|amount=5|droprate=10}}
{{TeraRaidInfo/Drop|item=Tera Shard|amount=5|fixed=Everyone}}
</div>
|}
Drops
Bag Normal Tera Shard SV Sprite.png Tera Shard (of raid's type) ×5
(10%)
Bag Normal Tera Shard SV Sprite.png Tera Shard (of raid's type) ×5
(Everyone)

TM Materials

{| class="roundtable" width="100%" style="background:#{{scarlet color light}};"
! Drops
|- style="background:#FFF;"
|
<div style="display:flex;flex-wrap:wrap;text-align:center;align-items:center;justify-content:center;">
{{TeraRaidInfo/Drop|item=TM Material|TMmat=Slowpoke Claw|amount=5|droprate=10}}
{{TeraRaidInfo/Drop|item=TM Material|TMmat=Slowpoke Claw|amount=5|fixed=Everyone}}
</div>
|}
Drops
Bag TM Material SV Sprite.png Slowpoke Claw ×5
(10%)
Bag TM Material SV Sprite.png Slowpoke Claw ×5
(Everyone)

Mints

{| class="roundtable" width="100%" style="background:#{{scarlet color light}};"
! Drops
|- style="background:#FFF;"
|
<div style="display:flex;flex-wrap:wrap;text-align:center;align-items:center;justify-content:center;">
{{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}}
</div>
|}
Drops
Bag Mint Attack SV Sprite.png Brave Mint ×5
(10%)
Bag Mint Attack SV Sprite.png Brave Mint ×5
(Everyone)
Bag Mint Defense SV Sprite.png Bold Mint ×5
(10%)
Bag Mint Defense SV Sprite.png Bold Mint ×5
(Everyone)
Bag Mint Sp. Atk SV Sprite.png Modest Mint ×5
(10%)
Bag Mint Sp. Atk SV Sprite.png Modest Mint ×5
(Everyone)
Bag Mint Sp. Def SV Sprite.png Calm Mint ×5
(10%)
Bag Mint Sp. Def SV Sprite.png Calm Mint ×5
(Everyone)
Bag Mint Speed SV Sprite.png Timid Mint ×5
(10%)
Bag Mint Speed SV Sprite.png Timid Mint ×5
(Everyone)
Bag Serious Mint SV Sprite.png Serious Mint ×5
(10%)
Bag Serious Mint SV Sprite.png Serious Mint ×5
(Everyone)