Template:BotW Item Properties/Store/Documentation

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search

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 = 
 |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.
 |distance     = 8000
 |multiplier   = 3
 |zoom         = no
 |reflect      = no
 |bash         = no
}}
This is the documentation page, it should be transcluded into the main template page. See here for more information.