Difference between revisions of "Template:Weapon"
Jump to navigation
Jump to search
>Teg (Created page with "<noinclude>{{doc}}Category:Templates<!-- -->{{#cargo_declare: _table=Weapons |BaseId=String |FormId=String |WeaponName=String |Type=String |Rarity=Integer |ElementalType=...") |
>Caledor92 ("#if:{{{Undisassemblable}}}" checks only if Undisassemblable exists regardless of value) |
||
| (684 intermediate revisions by 12 users not shown) | |||
| Line 3: | Line 3: | ||
-->{{#cargo_declare: | -->{{#cargo_declare: | ||
_table=Weapons | _table=Weapons | ||
| + | |Id=String | ||
|BaseId=String | |BaseId=String | ||
|FormId=String | |FormId=String | ||
|WeaponName=String | |WeaponName=String | ||
| + | |WeaponNameJP=String | ||
|Type=String | |Type=String | ||
| + | |TypeId=Integer | ||
|Rarity=Integer | |Rarity=Integer | ||
|ElementalType=String | |ElementalType=String | ||
| + | |ElementalTypeId=Integer | ||
|MinHp=Integer | |MinHp=Integer | ||
|MaxHp=Integer | |MaxHp=Integer | ||
| Line 14: | Line 18: | ||
|MaxAtk=Integer | |MaxAtk=Integer | ||
|VariationId=Integer | |VariationId=Integer | ||
| − | |||
| − | |||
| − | |||
| − | |||
|Skill=String | |Skill=String | ||
|SkillName=String | |SkillName=String | ||
|SkillDesc=String | |SkillDesc=String | ||
| + | |Abilities11=String | ||
| + | |Abilities21=String | ||
|IsPlayable=String | |IsPlayable=String | ||
|FlavorText=String | |FlavorText=String | ||
|SellCoin=Integer | |SellCoin=Integer | ||
|SellDewPoint=Integer | |SellDewPoint=Integer | ||
| + | |ReleaseDate=DateTime | ||
| + | |CraftNodeId=String | ||
| + | |ParentCraftNodeId=String | ||
| + | |CraftGroupId=String | ||
| + | |FortCraftLevel=String | ||
| + | |AssembleCoin=String | ||
| + | |DisassembleCoin=String | ||
| + | |DisassembleCost=String | ||
| + | |Undisassemblable=Boolean | ||
| + | |MainWeaponId=String | ||
| + | |MainWeaponQuantity=Integer | ||
| + | |AcquiredWeaponId1=String | ||
| + | |AcquiredWeaponId2=String | ||
| + | |CraftMaterialType1=String | ||
| + | |CraftMaterial1=String | ||
| + | |CraftMaterialQuantity1=Integer | ||
| + | |CraftMaterialType2=String | ||
| + | |CraftMaterial2=String | ||
| + | |CraftMaterialQuantity2=Integer | ||
| + | |CraftMaterialType3=String | ||
| + | |CraftMaterial3=String | ||
| + | |CraftMaterialQuantity3=Integer | ||
| + | |CraftMaterialType4=String | ||
| + | |CraftMaterial4=String | ||
| + | |CraftMaterialQuantity4=Integer | ||
| + | |CraftMaterialType5=String | ||
| + | |CraftMaterial5=String | ||
| + | |CraftMaterialQuantity5=Integer | ||
| + | |Obtain=Wikitext | ||
| + | |Availability=String | ||
| + | |AvailabilityId=Integer | ||
}}</noinclude><includeonly><!-- | }}</noinclude><includeonly><!-- | ||
| + | |||
| + | -->{{#vardefine:maxAbility1 | {{#ifeq:{{{Abilities12|0}}} | 0 | ||
| + | | {{#ifeq:{{{Abilities11|0}}} | 0 | | {{{Abilities11}}} }} | ||
| + | | {{{Abilities12}}} }} }}<!-- | ||
| + | -->{{#vardefine:maxAbility2 | {{#ifeq:{{{Abilities22|0}}} | 0 | ||
| + | | {{#ifeq:{{{Abilities21|0}}} | 0 | | {{{Abilities21}}} }} | ||
| + | | {{{Abilities22}}} }} }}<!-- | ||
| + | -->{{#vardefine:ability1MinMight|{{#expr:{{#cargo_query:tables=Abilities|fields=PartyPowerWeight|where=Id="{{{Abilities11}}}"|limit=1|more results text=|default=0|no html}}}}}}<!-- | ||
| + | -->{{#vardefine:ability2MinMight|{{#expr:{{#cargo_query:tables=Abilities|fields=PartyPowerWeight|where=Id="{{{Abilities21}}}"|limit=1|more results text=|default=0|no html}}}}}}<!-- | ||
| + | -->{{#vardefine:ability1MaxMight|{{#expr:{{#cargo_query:tables=Abilities|fields=PartyPowerWeight|where=Id="{{#var:maxAbility1}}"|limit=1|more results text=|default=0|no html}}}}}}<!-- | ||
| + | -->{{#vardefine:ability2MaxMight|{{#expr:{{#cargo_query:tables=Abilities|fields=PartyPowerWeight|where=Id="{{#var:maxAbility2}}"|limit=1|more results text=|default=0|no html}}}}}}<!-- | ||
-->{{#cargo_store: | -->{{#cargo_store: | ||
_table=Weapons | _table=Weapons | ||
| + | |Id={{{Id|}}} | ||
|BaseId={{{BaseId|}}} | |BaseId={{{BaseId|}}} | ||
|FormId={{{FormId|}}} | |FormId={{{FormId|}}} | ||
|WeaponName={{{WeaponName|}}} | |WeaponName={{{WeaponName|}}} | ||
| + | |WeaponNameJP={{{WeaponNameJP|}}} | ||
|Type={{{Type|}}} | |Type={{{Type|}}} | ||
| + | |TypeId={{#switch:{{{Type}}}|Sword=1|Blade=2|Dagger=3|Axe=4|Lance=5|Bow=6|Wand=7|Staff=8|0}} | ||
|Rarity={{{Rarity|}}} | |Rarity={{{Rarity|}}} | ||
| − | |ElementalType={{{ElementalType|}}} | + | |ElementalType={{{ElementalType|None}}} |
| + | |ElementalTypeId={{#switch:{{{ElementalType}}}|Flame=1|Water=2|Wind=3|Light=4|Shadow=5|None=99|99}} | ||
|MinHp={{{MinHp|}}} | |MinHp={{{MinHp|}}} | ||
|MaxHp={{{MaxHp|}}} | |MaxHp={{{MaxHp|}}} | ||
| Line 40: | Line 88: | ||
|MaxAtk={{{MaxAtk|}}} | |MaxAtk={{{MaxAtk|}}} | ||
|VariationId={{{VariationId|}}} | |VariationId={{{VariationId|}}} | ||
| − | |||
| − | |||
| − | |||
| − | |||
|Skill={{{Skill|}}} | |Skill={{{Skill|}}} | ||
|SkillName={{{SkillName|}}} | |SkillName={{{SkillName|}}} | ||
|SkillDesc={{{SkillDesc|}}} | |SkillDesc={{{SkillDesc|}}} | ||
| + | |Abilities11={{{Abilities11|0}}} | ||
| + | |Abilities21={{{Abilities21|0}}} | ||
|IsPlayable={{{IsPlayable|}}} | |IsPlayable={{{IsPlayable|}}} | ||
|FlavorText={{{FlavorText|}}} | |FlavorText={{{FlavorText|}}} | ||
|SellCoin={{{SellCoin|}}} | |SellCoin={{{SellCoin|}}} | ||
|SellDewPoint={{{SellDewPoint|}}} | |SellDewPoint={{{SellDewPoint|}}} | ||
| + | |ReleaseDate={{#time:F d, Y h:i:s A e|{{#time:F d, Y|{{{ReleaseDate|}}}}} 6:00:00}} | ||
| + | |CraftNodeId={{{CraftNodeId|}}} | ||
| + | |ParentCraftNodeId={{{ParentCraftNodeId|}}} | ||
| + | |CraftGroupId={{{CraftGroupId|}}} | ||
| + | |FortCraftLevel={{{FortCraftLevel|}}} | ||
| + | |AssembleCoin={{{AssembleCoin|}}} | ||
| + | |DisassembleCoin={{{DisassembleCoin|}}} | ||
| + | |DisassembleCost={{{DisassembleCost|}}} | ||
| + | |Undisassemblable={{{Undisassemblable|}}} | ||
| + | |MainWeaponId={{{MainWeaponId|}}} | ||
| + | |MainWeaponQuantity={{{MainWeaponQuantity|}}} | ||
| + | |AcquiredWeaponId1={{{AcquiredWeaponId1|}}} | ||
| + | |AcquiredWeaponId2={{{AcquiredWeaponId2|}}} | ||
| + | |CraftMaterialType1={{{CraftMaterialType1|}}} | ||
| + | |CraftMaterial1={{{CraftMaterial1|}}} | ||
| + | |CraftMaterialQuantity1={{{CraftMaterialQuantity1|}}} | ||
| + | |CraftMaterialType2={{{CraftMaterialType2|}}} | ||
| + | |CraftMaterial2={{{CraftMaterial2|}}} | ||
| + | |CraftMaterialQuantity2={{{CraftMaterialQuantity2|}}} | ||
| + | |CraftMaterialType3={{{CraftMaterialType3|}}} | ||
| + | |CraftMaterial3={{{CraftMaterial3|}}} | ||
| + | |CraftMaterialQuantity3={{{CraftMaterialQuantity3|}}} | ||
| + | |CraftMaterialType4={{{CraftMaterialType4|}}} | ||
| + | |CraftMaterial4={{{CraftMaterial4|}}} | ||
| + | |CraftMaterialQuantity4={{{CraftMaterialQuantity4|}}} | ||
| + | |CraftMaterialType5={{{CraftMaterialType5|}}} | ||
| + | |CraftMaterial5={{{CraftMaterial5|}}} | ||
| + | |CraftMaterialQuantity5={{{CraftMaterialQuantity5|}}} | ||
| + | |Obtain={{{Obtain|}}} | ||
| + | |Availability={{{Availability|}}} | ||
| + | |AvailabilityId={{#switch:{{{Availability}}}|Core=1|Void=2|Limited=3|0}} | ||
}}<!-- | }}<!-- | ||
--><div class="panel" style="margin:auto;max-width:800px"> | --><div class="panel" style="margin:auto;max-width:800px"> | ||
| − | <div class="panel-heading">{{{Name|{{ | + | <div class="panel-heading">{{InlineIcon|Icon Element|{{{ElementalType|None}}}}}{{InlineIcon|Icon Weapon|{{{Type|?}}}}} {{{Name|{{{WeaponName|}}}}}}</div> |
<div class="panel-body" style="display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center"> | <div class="panel-body" style="display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center"> | ||
| − | <div>{{#ifexist: File:{{{ | + | <div class="portrait-container" style="width:350px;text-align:center"> |
| + | {{#vardefine:IconId|{{{BaseId|}}} 01 {{{FormId|}}}}} | ||
| + | {{#tag:tabber| | ||
| + | Icon={{#ifexist: File:{{#var:IconId}}.png | [[File:{{#var:IconId}}.png]] | [[File:Unknown.png|160px]] }} | ||
| + | {{exists|File:{{#var:IconId}} (Small).png | | ||
| + | then={{!}}-{{!}} Small Icon=[[File:{{#var:IconId}} (Small).png]] | | ||
| + | else= }} | ||
| + | {{!}}-{{!}} | ||
| + | 3D Model= | ||
| + | {{3DModelNotteMoe|modelType=w|Id={{{BaseId|}}}|VariationId=01|secondModel=Sheath}} | ||
| + | {{#ifeq:{{{Type|}}} | Blade | | ||
| + | {{!}}-{{!}} | ||
| + | 3D Model (Sheath)= | ||
| + | {{3DModelNotteMoe|modelType=w|Id={{{BaseId|}}}|VariationId=02}} | }} | ||
| + | <!-- | ||
| + | If the weapon has a crafting banner image: | ||
| + | -->{{exists|File:CraftTop {{{BaseId|}}}0{{{VariationId|}}}.png | ||
| + | | then={{!}}-{{!}} Crafting Banner = [[File:CraftTop {{{BaseId|}}}0{{{VariationId|}}}.png|300px]] | ||
| + | | else= }} | ||
| + | }}</div> | ||
<div style="flex-grow:1;text-align:center"> | <div style="flex-grow:1;text-align:center"> | ||
| − | <p style="width:300px;margin:15px auto;border-bottom:1px solid;margin-bottom:15px;font-size:1.2em;font-variant-caps: small-caps;font-weight:bold"> | + | <p style="width:300px;margin:15px auto;border-bottom:1px solid;margin-bottom:15px;font-size:1.2em;font-variant-caps: small-caps;font-weight:bold">Description</p> |
<div style="width:300px;margin:15px auto;font-style:italic;font-size:.9em;">{{{FlavorText|No details yet.}}}</div> | <div style="width:300px;margin:15px auto;font-style:italic;font-size:.9em;">{{{FlavorText|No details yet.}}}</div> | ||
| − | {{ | + | <div>{{WeaponStatsCalculator |
| − | {{ | + | |minHp={{{MinHp|}}} |
| − | {{ | + | |maxHp={{{MaxHp|}}} |
| − | {{TermDescription| | + | |minStr={{{MinAtk|}}} |
| − | {{TermDescription| | + | |maxStr={{{MaxAtk|}}} |
| + | |rarity={{{Rarity|}}} | ||
| + | }}</div> | ||
| + | {{#ifeq:{{{ElementalType|}}}|None|{{TermDescriptionTooltip|Base Min Might|{{#expr:{{{MinHp|0}}}+{{{MinAtk|0}}}{{#if:{{{SkillName|}}}|+50}}{{#if:{{{Abilities11|}}}|+{{#var:ability1MinMight}}}}{{#if:{{{Abilities21|}}}|+{{#var:ability2MinMight}}}}}}|Minimum HP + Minimum Str + Lv. 1 Skill Might + Ability Might}}|{{TermDescriptionTooltip|Base Min Might|{{#expr:{{{MinHp|0}}}+{{{MinAtk|0}}}{{#if:{{{SkillName|}}}|+50}}{{#if:{{{Abilities11|}}}|+{{#var:ability1MinMight}}}}{{#if:{{{Abilities21|}}}|+{{#var:ability2MinMight}}}}}} ({{#expr:ceil({{{MinHp|?}}}*1.5)+ceil({{{MinAtk|?}}}*1.5){{#if:{{{SkillName|}}}|+50}}{{#if:{{{Abilities11|}}}|+{{#var:ability1MinMight}}}}{{#if:{{{Abilities21|}}}|+{{#var:ability2MinMight}}}}}}) |Minimum HP + Minimum Str + Lv. 1 Skill Might + Ability Might(* Elemental Matching Bonus)}}}} | ||
| + | {{#ifeq:{{{ElementalType|}}}|None|{{TermDescriptionTooltip|Base Max Might|{{#expr:{{{MaxHp|0}}}+{{{MaxAtk|0}}}{{#if:{{{SkillName|}}}|+100}}{{#if:{{{Abilities11|}}}|+{{#var:ability1MaxMight}}}}{{#if:{{{Abilities21|}}}|+{{#var:ability2MaxMight}}}}}}|Does not include external buffs (e.g. Dragons, Halidom, Wyrmprints, etc.)<br/><br/>Max Base HP + Max Base Str + Lv. 2 Skill Might + Ability Might}}|{{TermDescriptionTooltip|Base Max Might|{{#expr:{{{MaxHp|0}}}+{{{MaxAtk|0}}}{{#if:{{{SkillName|}}}|+100}}{{#if:{{{Abilities11|}}}|+{{#var:ability1MaxMight}}}}{{#if:{{{Abilities21|}}}|+{{#var:ability2MaxMight}}}}}} ({{#expr:ceil({{{MaxHp|0}}}*1.5)+ceil({{{MaxAtk|0}}}*1.5){{#if:{{{SkillName|}}}|+100}}{{#if:{{{Abilities11|}}}|+{{#var:ability1MaxMight}}}}{{#if:{{{Abilities21|}}}|+{{#var:ability2MaxMight}}}}}}) |Does not include external buffs (e.g. Dragons, Halidom, Wyrmprints, etc.)<br/><br/>Max Base HP + Max Base Str + Lv. 2 Skill Might + Ability Might(* Elemental Matching Bonus)}}}} | ||
| + | {{TermDescription|Rarity|[[File:Icon Rarity Row {{{Rarity|}}}.png|90px|link=]]}} | ||
| + | {{TermDescription|Sell Value|{{formatnum:{{{SellCoin|0}}}}} {{InlineIcon|Icon Resource|Rupies}}{{#ifeq:{{{SellDewPoint|0}}} | 0 | | + {{{SellDewPoint|0}}} {{InlineIcon|Icon Resource|Eldwater}} }} }} | ||
| + | {{#ifexpr:{{{Undisassemblable|0}}} <> 0|{{TermDescription|Dismantle Cost|Cannot be dismantled}}|{{#if:{{{DisassembleCoin|}}}|{{TermDescription|Dismantle Cost|{{formatnum:{{{DisassembleCoin|0}}}}}{{InlineIcon|Icon Resource|Rupies}}}}}}}} | ||
| + | {{TermDescription|Japanese Name|{{{WeaponNameJP|?}}}}} | ||
| + | {{TermDescription|Obtained From|{{{Obtain|?}}}}} | ||
| + | {{TermDescription|Release Date|{{#time:F d, Y|{{{ReleaseDate|-}}}}}}} | ||
| + | {{TermDescription|Availability|{{{Availability|?}}}}} | ||
</div> | </div> | ||
</div> | </div> | ||
<div style="padding:1em;"> | <div style="padding:1em;"> | ||
<p style="margin:15px auto;border-bottom:1px solid;margin-bottom:15px;font-size:1.2em;font-variant-caps: small-caps;font-weight:bold">Skills</p> | <p style="margin:15px auto;border-bottom:1px solid;margin-bottom:15px;font-size:1.2em;font-variant-caps: small-caps;font-weight:bold">Skills</p> | ||
| − | <div> | + | <div class="skill-section"> |
| − | {{#if: {{{SkillName|}}} | {{SkillDisplayEntry|Name={{{SkillName|}}} }} }} | + | {{#if: {{{Skill|}}} | {{SkillDisplayEntry|ID={{{Skill|}}}}} | |
| − | </div> | + | {{#if: {{{SkillName|}}} | {{SkillDisplayEntry|Name={{{SkillName|}}} }} | :''This weapon does not have any skills.'' }} }}</div> |
| + | |||
| + | <p style="margin:15px auto;border-bottom:1px solid;margin-bottom:15px;font-size:1.2em;font-variant-caps: small-caps;font-weight:bold">Abilities</p> | ||
| + | <div class="skill-section"> | ||
| + | {{#ifeq: {{{Abilities11|0}}} | 0 |:''This weapon does not have any abilities.'' | {{AbilityDisplay|Id={{{Abilities11|}}}|Lv1={{{Abilities11|}}}}}}}{{#ifeq: {{{Abilities21|0}}} | 0 | | {{AbilityDisplay|Id={{{Abilities21|}}}|Lv1={{{Abilities21|}}}}}|}}</div><!-- | ||
| + | |||
| + | -->{{#if:{{{Notes|}}} | ||
| + | |<p style="margin:15px auto;border-bottom:1px solid;margin-bottom:15px;font-size:1.2em;font-variant-caps: small-caps;font-weight:bold">Notes</p> | ||
| + | {{{Notes|}}} | ||
| + | |}} | ||
| + | |||
| + | <p style="margin:15px auto;border-bottom:1px solid;margin-bottom:15px;font-size:1.2em;font-variant-caps: small-caps;font-weight:bold">Craft Materials</p> | ||
| + | {{#ifeq: {{{CraftMaterial1|}}} | | :''This weapon is not craftable.'' | {{#if:{{{FortCraftLevel|}}} | Requires [[Smithy]] Level {{{FortCraftLevel|}}} | }} | ||
| + | * {{InlineItemIcon|Materials|{{{CraftMaterial1|}}}}} [[{{{CraftMaterial1|}}}]] x{{{CraftMaterialQuantity1|}}} | ||
| + | {{#ifeq: {{{CraftMaterial2|}}} | | | {{#ifeq: {{{CraftMaterial2|}}} | 0 | | | ||
| + | * {{InlineItemIcon|Materials|{{{CraftMaterial2|}}}}} [[{{{CraftMaterial2|}}}]] x{{{CraftMaterialQuantity2|}}} }} | ||
| + | {{#ifeq: {{{CraftMaterial3|}}} | | | {{#ifeq: {{{CraftMaterial3|}}} | 0 | | | ||
| + | * {{InlineItemIcon|Materials|{{{CraftMaterial3|}}}}} [[{{{CraftMaterial3|}}}]] x{{{CraftMaterialQuantity3|}}} }} | ||
| + | {{#ifeq: {{{CraftMaterial4|}}} | | | {{#ifeq: {{{CraftMaterial4|}}} | 0 | | | ||
| + | * {{InlineItemIcon|Materials|{{{CraftMaterial4|}}}}} [[{{{CraftMaterial4|}}}]] x{{{CraftMaterialQuantity4|}}} }} | ||
| + | {{#ifeq: {{{CraftMaterial5|}}} | | | {{#ifeq: {{{CraftMaterial5|}}} | 0 | | | ||
| + | * {{InlineItemIcon|Materials|{{{CraftMaterial5|}}}}} [[{{{CraftMaterial5|}}}]] x{{{CraftMaterialQuantity5|}}} }} }} }} }} }} | ||
| + | {{#ifeq: {{{MainWeaponId|}}} | | | {{#ifeq: {{{MainWeaponId|}}} | 0 | | | ||
| + | * {{#cargo_query:tables=Weapons|fields=CONCAT('[[File:', BaseId, ' 01 ', FormId, '.png|25px|link=', _pageName, ']] [[',_pageName,'|',WeaponName,']]')=|where=Id="{{{MainWeaponId}}}"|format=list|group by=_pageName}} x{{{MainWeaponQuantity|}}} }} | ||
| + | {{#ifeq: {{{AssembleCoin|}}} | | | {{#ifeq: {{{AssembleCoin|}}} | 0 | | | ||
| + | * {{InlineIcon|Icon Resource|Rupies}} Rupies x{{formatnum:{{{AssembleCoin|}}}}} }} }} }} }} | ||
| + | |||
| + | <p style="margin:15px auto;border-bottom:1px solid;margin-bottom:15px;font-size:1.2em;font-variant-caps: small-caps;font-weight:bold">Weapon Prerequisites</p> | ||
| + | {{Weapon Prerequisite Table|WeaponName={{{WeaponName|}}}|Rarity={{{Rarity|}}}|AcquiredWeaponId1={{{AcquiredWeaponId1|}}}|AcquiredWeaponId2={{{AcquiredWeaponId2|}}}}} | ||
| + | <p style="margin:15px auto;border-bottom:1px solid;margin-bottom:15px;font-size:1.2em;font-variant-caps: small-caps;font-weight:bold">Weapon Progression</p> | ||
| + | {{#if: {{{CraftGroupId|}}} | {{Weapon Progression Table|craftGroupId={{{CraftGroupId|}}} }} | :''This weapon does not have any weapon progression.'' }} | ||
</div> | </div> | ||
</div><!-- | </div><!-- | ||
| − | -->[[Category:Weapons]]</includeonly> | + | -->[[Category:Weapons]] [[Category:{{{Type|}}}]] [[Category:{{{Availability|}}} Weapons]] |
| + | {{#ifeq:{{{Availability|}}}|High Dragon|{{Advanced Dragon Trials navbox}}|}} | ||
| + | {{#ifeq:{{{Availability|}}}|Agito|{{The Agito Uprising navbox}}|}}</includeonly> | ||
Latest revision as of 04:00, 22 July 2020
Usage
{{Weapons
|Id=
|BaseId=
|FormId=
|WeaponName=
|WeaponNameJP=
|Type=
|Rarity=
|ElementalType=
|Obtain=
|ReleaseDate=Month Day, Year
|Availability=
|MinHp=
|MaxHp=
|MinAtk=
|MaxAtk=
|VariationId=
|SkillName=
|Abilities11=
|Abilities21=
|IsPlayable=
|FlavorText=
|SellCoin=
|SellDewPoint=
|CraftNodeId=
|ParentCraftNodeId=
|CraftGroupId=
|FortCraftLevel=
|AssembleCoin=
|DisassembleCoin=
|DisassembleCost=
|Undisassemblable=
|MainWeaponId=
|MainWeaponQuantity=
|CraftMaterialType1=
|CraftMaterial1=
|CraftMaterialQuantity1=
|CraftMaterialType2=
|CraftMaterial2=
|CraftMaterialQuantity2=
|CraftMaterialType3=
|CraftMaterial3=
|CraftMaterialQuantity3=
|CraftMaterialType4=
|CraftMaterial4=
|CraftMaterialQuantity4=
|CraftMaterialType5=
|CraftMaterial5=
|CraftMaterialQuantity5=
}}
This template defines the table "Weapons". This table has not been created yet.