|
|
(22 intermediate revisions by 5 users not shown) |
Line 1: |
Line 1: |
| <includeonly><div class="roundy" style="background-color: lightblue; border: 2px solid #000000; text-align: center; margin: 3px; padding: 2px;">{{#switch:{{{item|}}}<!--
| | |- |
| | | | width=50% style="text-align:center; white-space:nowrap" | [[File:Bag {{#if:{{{TMtype|}}}|TM {{{TMtype|}}}|{{#ifeq:{{{item|}}}|Tera Shard|Stellar}} {{{item}}}}} SV Sprite.png|20px]] {{#ifeq:{{{item|}}}|Tera Shard|Corresponding}} [[{{#switch:{{{item|}}}|TM Material=TM Material{{!}}{{{TMmat}}}|Mint Attack|Mint Defense|Mint Sp. Atk|Mint Sp. Def|Mint Speed={{{mint}}}|{{{item}}}}}{{#switch:{{{item|}}}|Pearl|Apple= (item){{!}}{{{item|}}}|}}]] ×{{{amount|1}}} |
| Tera Shards
| | | width=50% style="text-align:center; white-space:nowrap" | {{#switch:{{{fixed|}}}|Host|Guests={{{fixed}}}|First=First time only|Everyone=All participants|{{{droprate|1}}}%}}<noinclude>{{documentation}}[[Category:Link templates]]</noinclude> |
| | |
| -->|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}}}%}})<!--
| |
| | |
| TM Materials
| |
| | |
| -->|TM Material=[[File:Bag TM Material SV Sprite.png|20px|link=TM Material]] [[TM Material{{!}}{{{TMmat}}}]] ×{{{amount|1}}}<br>({{#if:{{{fixed|}}}|{{{fixed}}}|{{{droprate|1}}}%}})<!--
| |
| | |
| Mints (other than Serious Mint)
| |
| | |
| -->|Mint Attack|Mint Defense|Mint Sp. Atk|Mint Sp. Def|Mint Speed=[[File:Bag {{{item}}} SV Sprite.png|20px|link={{{mint}}}]] [[{{{mint}}}]] ×{{{amount|1}}}<br>({{#if:{{{fixed|}}}|{{{fixed}}}|{{{droprate|1}}}%}})<!--
| |
| | |
| General items
| |
| | |
| -->|[[File:Bag {{{item}}} SV Sprite.png|20px|link={{{item}}}]] [[{{{item}}}]] ×{{{amount|1}}}<br>({{#if:{{{fixed|}}}|{{{fixed|Everyone}}}|{{{droprate|1}}}%}})}}</div></includeonly><noinclude>
| |
| This template is to be used inside calls of [[User:Boblers/TeraRaidInfo]], to display item drops from [[Tera Raid Battle]]s.
| |
| | |
| ==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 <nowiki>[Stat]</nowiki>" 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===
| |
| <pre>
| |
| {| 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;">
| |
| {{User:Boblers/TeraRaidInfo/Drop|item=Water Stone|amount=1|fixed=Host}}
| |
| {{User:Boblers/TeraRaidInfo/Drop|item=King's Rock|amount=1|fixed=Guests}} | |
| </div>
| |
| |}
| |
| </pre>
| |
| | |
| {| 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;">
| |
| {{User:Boblers/TeraRaidInfo/Drop|item=Water Stone|amount=1|fixed=Host}}
| |
| {{User:Boblers/TeraRaidInfo/Drop|item=King's Rock|amount=1|fixed=Guests}}
| |
| </div>
| |
| |}
| |
| | |
| ===Random drops===
| |
| <pre>
| |
| {| 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;">
| |
| {{User:Boblers/TeraRaidInfo/Drop|item=Water Stone|amount=1|droprate=5}} | |
| {{User:Boblers/TeraRaidInfo/Drop|item=King's Rock|amount=1|droprate=1}} | |
| </div>
| |
| |}
| |
| </pre>
| |
| | |
| {| 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;">
| |
| {{User:Boblers/TeraRaidInfo/Drop|item=Water Stone|amount=1|droprate=5}}
| |
| {{User:Boblers/TeraRaidInfo/Drop|item=King's Rock|amount=1|droprate=1}}
| |
| </div>
| |
| |}
| |
| | |
| ===Tera Shard===
| |
| <pre>
| |
| {| 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;">
| |
| {{User:Boblers/TeraRaidInfo/Drop|item=Tera Shard|amount=5|droprate=10}} | |
| {{User:Boblers/TeraRaidInfo/Drop|item=Tera Shard|amount=5|fixed=Everyone}} | |
| </div>
| |
| |} | |
| </pre>
| |
| | |
| {| 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;">
| |
| {{User:Boblers/TeraRaidInfo/Drop|item=Tera Shard|amount=5|droprate=10}} | |
| {{User:Boblers/TeraRaidInfo/Drop|item=Tera Shard|amount=5|fixed=Everyone}} | |
| </div>
| |
| |}
| |
| | |
| ===TM Materials===
| |
| <pre>
| |
| {| 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;">
| |
| {{User:Boblers/TeraRaidInfo/Drop|item=TM Material|TMmat=Slowpoke Claw|amount=5|droprate=10}}
| |
| {{User:Boblers/TeraRaidInfo/Drop|item=TM Material|TMmat=Slowpoke Claw|amount=5|fixed=Everyone}}
| |
| </div>
| |
| |}
| |
| </pre>
| |
| | |
| {| 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;">
| |
| {{User:Boblers/TeraRaidInfo/Drop|item=TM Material|TMmat=Slowpoke Claw|amount=5|droprate=10}}
| |
| {{User:Boblers/TeraRaidInfo/Drop|item=TM Material|TMmat=Slowpoke Claw|amount=5|fixed=Everyone}}
| |
| </div>
| |
| |}
| |
| | |
| ===Mints===
| |
| <pre>
| |
| {| 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;">
| |
| {{User:Boblers/TeraRaidInfo/Drop|item=Mint Attack|mint=Brave Mint|amount=5|droprate=10}} | |
| {{User:Boblers/TeraRaidInfo/Drop|item=Mint Attack|mint=Brave Mint|amount=5|fixed=Everyone}}
| |
| {{User:Boblers/TeraRaidInfo/Drop|item=Mint Defense|mint=Bold Mint|amount=5|droprate=10}}
| |
| {{User:Boblers/TeraRaidInfo/Drop|item=Mint Defense|mint=Bold Mint|amount=5|fixed=Everyone}}
| |
| {{User:Boblers/TeraRaidInfo/Drop|item=Mint Sp. Atk|mint=Modest Mint|amount=5|droprate=10}}
| |
| {{User:Boblers/TeraRaidInfo/Drop|item=Mint Sp. Atk|mint=Modest Mint|amount=5|fixed=Everyone}}
| |
| {{User:Boblers/TeraRaidInfo/Drop|item=Mint Sp. Def|mint=Calm Mint|amount=5|droprate=10}}
| |
| {{User:Boblers/TeraRaidInfo/Drop|item=Mint Sp. Def|mint=Calm Mint|amount=5|fixed=Everyone}}
| |
| {{User:Boblers/TeraRaidInfo/Drop|item=Mint Speed|mint=Timid Mint|amount=5|droprate=10}}
| |
| {{User:Boblers/TeraRaidInfo/Drop|item=Mint Speed|mint=Timid Mint|amount=5|fixed=Everyone}}
| |
| {{User:Boblers/TeraRaidInfo/Drop|item=Serious Mint|amount=5|droprate=10}}
| |
| {{User:Boblers/TeraRaidInfo/Drop|item=Serious Mint|amount=5|fixed=Everyone}}
| |
| </div>
| |
| |}
| |
| </pre>
| |
| | |
| {| 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;"> | |
| {{User:Boblers/TeraRaidInfo/Drop|item=Mint Attack|mint=Brave Mint|amount=5|droprate=10}}
| |
| {{User:Boblers/TeraRaidInfo/Drop|item=Mint Attack|mint=Brave Mint|amount=5|fixed=Everyone}} | |
| {{User:Boblers/TeraRaidInfo/Drop|item=Mint Defense|mint=Bold Mint|amount=5|droprate=10}}
| |
| {{User:Boblers/TeraRaidInfo/Drop|item=Mint Defense|mint=Bold Mint|amount=5|fixed=Everyone}}
| |
| {{User:Boblers/TeraRaidInfo/Drop|item=Mint Sp. Atk|mint=Modest Mint|amount=5|droprate=10}}
| |
| {{User:Boblers/TeraRaidInfo/Drop|item=Mint Sp. Atk|mint=Modest Mint|amount=5|fixed=Everyone}}
| |
| {{User:Boblers/TeraRaidInfo/Drop|item=Mint Sp. Def|mint=Calm Mint|amount=5|droprate=10}}
| |
| {{User:Boblers/TeraRaidInfo/Drop|item=Mint Sp. Def|mint=Calm Mint|amount=5|fixed=Everyone}}
| |
| {{User:Boblers/TeraRaidInfo/Drop|item=Mint Speed|mint=Timid Mint|amount=5|droprate=10}}
| |
| {{User:Boblers/TeraRaidInfo/Drop|item=Mint Speed|mint=Timid Mint|amount=5|fixed=Everyone}}
| |
| {{User:Boblers/TeraRaidInfo/Drop|item=Serious Mint|amount=5|droprate=10}}
| |
| {{User:Boblers/TeraRaidInfo/Drop|item=Serious Mint|amount=5|fixed=Everyone}}
| |
| </div>
| |
| |}
| |
| | |
| </noinclude> | |
|-
| width=50% style="text-align:center; white-space:nowrap" | [[File:Bag {{{item}}} SV Sprite.png|20px]] [[{{{item}}}]] ×1
| width=50% style="text-align:center; white-space:nowrap" | 1%
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 TM, write the TM move's type in the TMtype 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.
- TMtype (optional) - If the item is a TM, write its move's type 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}}
|}
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}}
|}
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}}
|}
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}}
|}
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}}
|}