Template:BotW Item Properties/Store: Difference between revisions

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search
mNo edit summary
({{#lc:…}} should be {{lc:…}} (if it should be there at all?))
Tags: Mobile edit Mobile web edit
 
Line 6: Line 6:
|multishot      = {{{multishot |}}}
|multishot      = {{{multishot |}}}
|multishot_angle = {{{multishot_angle|}}}
|multishot_angle = {{{multishot_angle|}}}
|flammable      = {{#lc:{{{flammable |}}}}}
|flammable      = {{lc:{{{flammable |}}}}}
|magnetic        = {{#lc:{{{magnetic  |}}}}}
|magnetic        = {{lc:{{{magnetic  |}}}}}
|buoyant        = {{#lc:{{{buoyant  |}}}}}
|buoyant        = {{lc:{{{buoyant  |}}}}}
|conductive      = {{#lc:{{{conductive|}}}}}
|conductive      = {{lc:{{{conductive|}}}}}
|guardian        = {{#lc:{{{guardian  |}}}}}
|guardian        = {{lc:{{{guardian  |}}}}}
|throw          = {{#lc:{{{throw    |}}}}}
|throw          = {{lc:{{{throw    |}}}}}
|throw_effect    = {{{throw effect|}}}
|throw_effect    = {{{throw effect|}}}
|distance        = {{{distance  |}}}
|distance        = {{{distance  |}}}
|multiplier      = {{{multiplier|}}}
|multiplier      = {{{multiplier|}}}
|zoom            = {{#lc:{{{zoom      |}}}}}
|zoom            = {{lc:{{{zoom      |}}}}}
|reflect        = {{#lc:{{{reflect  |}}}}}
|reflect        = {{lc:{{{reflect  |}}}}}
|bash            = {{#lc:{{{bash      |}}}}}
|bash            = {{lc:{{{bash      |}}}}}
}}</includeonly><noinclude>
}}</includeonly><noinclude>
{{#cargo_declare:
{{#cargo_declare:

Latest revision as of 06:16, 29 June 2023

This template defines the table "BotWItemProperties". View table.

Purpose

Storing the various properties of weapons in Breath of the Wild.

Usage

Weapons
{{BotW Item Properties/Store
 |type         = Weapon
 |strength     = 
 |durability   = 
 |flammable    = 
 |magnetic     = 
 |buoyant      = 
 |conductive   = 
 |guardian     = 
 |throw        = 
 |throw effect = 
}}
Bows
{{BotW Item Properties/Store
 |type            = Bow
 |strength        = 
 |durability      = 
 |multishot       = 
 |multishot_angle = 
 |flammable       = 
 |magnetic        = 
 |buoyant         = 
 |conductive      = 
 |guardian        = 
 |throw           = 
 |distance        = 
 |multiplier      = 
 |zoom            = 
 |reflect         = 
 |bash            = 
}}
Materials
{{BotW Item Properties/Store
 |type       = Material
 |flammable  = 
 |magnetic   = 
 |buoyant    = 
 |conductive = 
}}

Example

{{BotW Item Properties/Store
 |type         = Weapon
 |strength     = 2
 |durability   = 4
 |flammable    = yes
 |magnetic     = yes
 |buoyant      = yes
 |conductive   = yes
 |guardian     = no
 |throw        = no
 |throw effect = Creates wind.
}}
The above documentation is transcluded from Template:BotW Item Properties/Store/Documentation. (edit | history)