User:Kratheous/Sandbox

From Zelda Wiki, the Zelda encyclopedia
Revision as of 15:49, 21 September 2022 by Croxodile (talk | contribs) (Image replacement)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Breath of the Wild Armor Template

Flamebreaker Armor

Armor TypeBody Armor
Base Defense3
Bonus(es) Flame Guard
Fireproof Set Bonus
Part of SetFlamebreaker Armor set
Cost(s)600 Rupees
Location(s)Reward from Fireproof Lizard Roundup in the Southern Mine
Sold at Ripped and Shredded in Goron City
Upgrades
3 ❯ 5
1 Fireproof Lizard
2 Moblin Horn
5 ❯ 8
8 Bokoblin Horn
5 Bokoblin Fang
8 ❯ 12
10 Bokoblin Fang
5 Bokoblin Guts
12 ❯ 20
15 Bokoblin Guts
15 Amber

To Do

  • Switch hardcoded upgrades
  • Create the BotWBonus template

Usage

This template is used to display information about Breath of the Wild armor.
To add this template to an article copy and paste the following code and then fill in the information (all fields are optional):

{{BotWArmor
|name =           the name of the Item
|image =          an image of the Item
|description =    the in-game description given for the item (in its base form)
|type =           if the item is a headpiece or earrings, type 'head'; if the item is a chestpiece, type 'body'; if the item is a legpiece or shoes, type 'legs'
|cost =           any costs to obtain
|location =       location of obtention
|bonuses =        any additional effects equipping said armor will apply;
                  use the {{BotWBonus}} template to generate the bonus text, seperated by a <br>
|set =            the name of the set the armor belongs to

|notupgradable =  remove or leave blank if the item is upgradable or you don't wish to show the upgrade section; otherwise, set to true

|u1defense =      the defense stat when upgraded to level 1
|u1materials =    all of the materials needed to upgrade from base to level 1
|u2defense =      the defense stat when upgraded to level 2
|u2materials =    all of the materials needed to upgrade from level 1 to level 2
|u3defense =      the defense stat when upgraded to level 3
|u3materials =    all of the materials needed to upgrade from level 2 to level 3
|u4defense =      the defense stat when upgraded to level 4
|u4materials =    all of the materials needed to upgrade from level 3 to level 4
}}

Blank code (paste onto page):

{{BotWArmor
|name = 
|image = 
|description = 
|type = 
|cost = 
|location = 
|bonuses = 
|set = 

|notupgradable = 

|u1defense = 
|u1materials = 
|u2defense = 
|u2materials = 
|u3defense = 
|u3materials = 
|u4defense = 
|u4materials = 
}}