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

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search
No edit summary
Line 3: Line 3:


==Usage==
==Usage==
;Weapons
<pre>
<pre>
{{BotW Weapon Properties/Store
{{BotW Item Properties/Store
|type        = Weapon
|strength    =
|durability  =
|flammable    =
|magnetic    =
|buoyant      =
|conductive  =
|guardian    =
|throw        =
|throw effect =
}}
</pre>
 
;Bows
<pre>
{{BotW Item Properties/Store
|type      = Bow
  |strength  =  
  |strength  =  
  |durability =  
  |durability =  
Line 18: Line 36:
  |reflect    =  
  |reflect    =  
  |bash      =  
  |bash      =  
}}
</pre>
;Materials
<pre>
{{BotW Item Properties/Store
|type      = Material
|flammable  =
|magnetic  =
|buoyant    =
|conductive =
}}
}}
</pre>
</pre>
Line 23: Line 52:
===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
  |distance     = 8000
  |reflect   = no
  |multiplier   = 3
  |bash       = no
  |zoom         = no
  |reflect     = no
  |bash         = no
}}
}}
</pre>
</pre>


{{Documentation Footer}}
{{Documentation Footer}}

Revision as of 20:11, 14 February 2019

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.