Template:BotW Shield Parameters/Documentation

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

Purpose

Displays various internal properties of shields in Breath of the Wild in a collapsible table. Maybe this should end up as part of {{BotW Item Properties/Store}}. This one does have a few more attributes and shows them on the page.

Usage

{{BotW Shield Parameters
 |ActorName                   = 
 |Life                        = 
 |GuardPower                  = 
 |SharpWeaponAddLifeMin       = 
 |SharpWeaponAddLifeMax       = 
 |SharpWeaponAddGuardMin      = 
 |SharpWeaponAddGuardMax      = 
 |PoweredSharpAddLifeMin      = 
 |PoweredSharpAddLifeMax      = 
 |PoweredSharpAddGuardMin     = 
 |PoweredSharpAddGuardMax     = 
 |RideBreakRatio              = 
 |MirrorLevel                 = 
 |SurfingFriction             = 
}}

All parameters are for the corresponding piece of internal game data.

Examples

Input
{{BotW Shield Parameters
 |ActorName                   = "Weapon_Shield_001"
 |Life                        = 12
 |GuardPower                  = 2
 |SharpWeaponAddLifeMin       = 2
 |SharpWeaponAddLifeMax       = 4
 |SharpWeaponAddGuardMin      = 1
 |SharpWeaponAddGuardMax      = 4
 |PoweredSharpAddLifeMin      = 5
 |PoweredSharpAddLifeMax      = 6
 |PoweredSharpAddGuardMin     = 5
 |PoweredSharpAddGuardMax     = 8
 |RideBreakRatio              = 1.0
 |MirrorLevel                 = 0
 |SurfingFriction             = 1.0
}}
Output
Shield Parameters
NameValueDescription
ActorName
"Weapon_Shield_001"
Internal name
Life
12
Durability of the shield
GuardPower
2
Lowers the durability loss when guarding [a]
SharpWeaponAddLifeMin
2
Minimal value for level 1 durability up modifier
SharpWeaponAddLifeMax
4
Maximal value for level 1 durability up modifier
SharpWeaponAddGuardMin
1
Minimal value for level 1 guard up modifier
SharpWeaponAddGuardMax
4
Maximal value for level 1 guard up modifier
PoweredSharpAddLifeMin
5
Minimal value for level 2 durability up modifier
PoweredSharpAddLifeMax
6
Maximal value for level 2 durability up modifier
PoweredSharpAddGuardMin
5
Minimal value for level 2 guard up modifier
PoweredSharpAddGuardMax
8
Maximal value for level 2 guard up modifier
RideBreakRatio
1.0
Multiplier applied to the durability loss when shield surfing
MirrorLevel
0
Determines which Guardian beams can be deflected [b]
SurfingFriction
1.0
Multiplier applied to the speed loss when shield surfing
  1. The shield takes GuardPower - AttackPower damage, or 1 if GuardPower - AttackPower < 1
  2. 0 -> No deflection, 1 -> Guardian Scout deflection, 2 -> All beams
Categories Added
This is the documentation page, it should be transcluded into the main template page. See here for more information.