Template:BotW Item Properties/Store

From Zelda Wiki, the Zelda encyclopedia
Revision as of 06:16, 29 June 2023 by Rayolinels (talk | contribs) ({{#lc:…}} should be {{lc:…}} (if it should be there at all?))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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)