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

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search
No edit summary
m (→‎Example: replaced: Category:Cargo Storage Templates → Category:Cargo storage templates)
 
(One intermediate revision by one other user not shown)
Line 6: Line 6:
<pre>
<pre>
{{BotW Item Properties/Store
{{BotW Item Properties/Store
  |type             = Weapon
  |type         = Weapon
  |strength         =  
  |strength     =  
  |durability       =  
  |durability   =  
  |flammable         =  
  |flammable   =  
  |magnetic         =  
  |magnetic     =  
  |buoyant           =  
  |buoyant     =  
  |conductive       =  
  |conductive   =  
  |guardian         =  
  |guardian     =  
  |throw             =  
  |throw       =  
  |throw effect     =  
  |throw effect =  
}}
}}
</pre>
</pre>
Line 44: Line 44:
<pre>
<pre>
{{BotW Item Properties/Store
{{BotW Item Properties/Store
  |type           = Material
  |type       = Material
  |flammable       =  
  |flammable =  
  |magnetic       =  
  |magnetic   =  
  |buoyant         =  
  |buoyant   =  
  |conductive     =  
  |conductive =  
}}
}}
</pre>
</pre>
Line 55: Line 55:
<pre>
<pre>
{{BotW Item Properties/Store
{{BotW Item Properties/Store
  |type             = Weapon
  |type         = Weapon
  |strength         = 2
  |strength     = 2
  |durability       = 4
  |durability   = 4
  |flammable         = yes
  |flammable   = yes
  |magnetic         = yes
  |magnetic     = yes
  |buoyant           = yes
  |buoyant     = yes
  |conductive       = yes
  |conductive   = yes
  |guardian         = no
  |guardian     = no
  |throw             = no
  |throw       = no
  |throw effect     = Creates wind.
  |throw effect = Creates wind.
}}
}}
</pre>
</pre>


{{Documentation Footer}}<includeonly>[[Category:Cargo Storage Templates]]</includeonly>
{{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.