Template:Fixing weapon

From PZwiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Notebook.pngTemplate Documentation

This template is designed present the materials that can be used to repair a weapon.

The information it displays is:

  • repair material
  • quantity of repair material
  • percentage repaired
  • chance of success
  • skill level required

Usage

{{Fixing weapon
| item			=
| woodglue		= <!-- or | Woodglue = -->
| woodgluerepairs	= <!-- or | WoodglueRepairs = -->
| woodgluechance	= <!-- or | WoodglueChance = -->
| woodwork		= <!-- or | Woodwork = -->
| ducttape		= <!-- or | DuctTape = -->
| ducttaperepairs	= <!-- or | DuctTapeRepairs = -->
| ducttapechance	= <!-- or | DuctTapeChance = -->
| glue			= <!-- or | Glue = -->
| gluerepairs		= <!-- or | GlueRepairs = -->
| gluechance		= <!-- or | GlueChance = -->
| scotchtape		= <!-- or | Scotchtape = -->
| scotchtaperepairs	= <!-- or | ScotchtapeRepairs = -->
| scotchtapechance	= <!-- or | ScotchtapeChance = -->
| nails			= <!-- or | Nails = -->
| nailsrepairs		= <!-- or | NailsRepairs = -->
| nailschance		= <!-- or | NailsChance = -->
}}

Examples

Spiked Baseball Bat

{{Fixing weapon
|item=Spiked Baseball Bat
|woodglue=2
|woodgluerepairs=20
|woodgluechance=35
|woodwork=2
|ducttape=2
|ducttaperepairs=10
|ducttapechance=95
|glue=2
|gluerepairs=10
|gluechance=95
|scotchtape=4
|scotchtaperepairs=10
|scotchtapechance=95
|nails=1
|nailsrepairs=10
|nailschance=95
}}
Produces
Repair Spiked Baseball Bat
Woodglue.png
Potentially repairs: 20%
Chance of success: 35%
DuctTape.png
Potentially repairs: 10%
Chance of success: 95%
Glue.png
Potentially repairs: 10%
Chance of success: 95%
Scotchtape.png
Potentially repairs: 10%
Chance of success: 95%
Nails.png
Potentially repairs: 10%
Chance of success: 95%
Editors can experiment in this template's sandbox.