Template:BotW Item Properties/Store/Documentation: Difference between revisions

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search
m (→‎Example: replaced: Category:Cargo Storage Templates → Category:Cargo storage templates)
 
(6 intermediate revisions by 4 users not shown)
Line 3: Line 3:


==Usage==
==Usage==
;Weapons
<pre>
<pre>
{{BotW Weapon Properties/Store
{{BotW Item Properties/Store
  |strength   =  
|type        = Weapon
  |durability =  
|strength    =
|durability  =
|flammable    =
|magnetic    =
|buoyant      =
|conductive  =
|guardian    =
|throw        =
|throw effect =
}}
</pre>
 
;Bows
<pre>
{{BotW Item Properties/Store
|type            = Bow
  |strength       =  
  |durability     =
|multishot      =
|multishot_angle =
|flammable      =
|magnetic        =
|buoyant        =
|conductive      =
|guardian        =
|throw          =
|distance        =
|multiplier      =
|zoom            =
|reflect        =
|bash            =
}}
</pre>
 
;Materials
<pre>
{{BotW Item Properties/Store
|type      = Material
  |flammable  =  
  |flammable  =  
  |magnetic  =  
  |magnetic  =  
  |buoyant    =  
  |buoyant    =  
  |conductive =  
  |conductive =  
|guardian  =
|throw      =
|distance  =
|multiplier =
|zoom      =
|reflect    =
|bash      =
}}
}}
</pre>
</pre>
Line 23: Line 54:
===Example===
===Example===
<pre>
<pre>
{{BotW Weapon Properties/Store
{{BotW Item Properties/Store
  |strength   = 2
|type        = Weapon
  |durability = 4
  |strength     = 2
  |flammable = yes
  |durability   = 4
  |magnetic   = yes
  |flammable   = yes
  |buoyant   = yes
  |magnetic     = yes
  |conductive = yes
  |buoyant     = yes
  |guardian   = no
  |conductive   = yes
  |throw     = no
  |guardian     = no
  |distance  = 8000
  |throw       = no
|multiplier = 3
  |throw effect = Creates wind.
|zoom      = no
|reflect    = no
|bash      = no
}}
}}
</pre>
</pre>


{{Documentation Footer}}
{{Documentation Footer}}<includeonly>[[Category:Cargo storage templates]]</includeonly>

Latest revision as of 15:09, 9 July 2023

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.
}}
This is the documentation page, it should be transcluded into the main template page. See here for more information.