Splint: Difference between revisions

From PZwiki
No edit summary
(Adjusted summary, added weight discrepancy detail, removed TOC, added version category)
Line 1: Line 1:
__NOTOC__
{{languages|Splint}}
{{languages|Splint}}
{{Items
{{Items
Line 4: Line 5:
|weight = 1.0
|weight = 1.0
}}
}}
A Splint can be used to heal a fracture.
A Splint is a crafted medical item can be used to heal a fracture. It requires no skills to create and is made with a [[Ripped_Sheets|ripped sheet]] and either; a [[plank]], a [[sturdy stick]] or a [[tree branch]]. <br>
 
''''Note: Since the weight of a splint is 1.0, it can be technically heavier to hold one than carry its subsequent parts.  e.g (a ripped sheet [0.05] + sturdy stick [0.1] => 0.15 weight vs Splint = 1.0)'''''


==Crafting==
==Crafting==
Line 19: Line 22:
  <nowiki>
  <nowiki>
item Splint
item Splint
{
 
   Weight = 1,
   Weight = 1,
   Type = Normal,
   Type = Normal,
Line 25: Line 28:
   Icon = Splint,
   Icon = Splint,
   Tooltip = Tooltip_UseOnHealthPanel,
   Tooltip = Tooltip_UseOnHealthPanel,
}</nowiki>
</nowiki>


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Items]]
[[Category:Items]]
[[Category:Medical Items]]
[[Category:Medical Items]]
[[Category:Version 32.20]]

Revision as of 18:00, 12 August 2015


Template:Items A Splint is a crafted medical item can be used to heal a fracture. It requires no skills to create and is made with a ripped sheet and either; a plank, a sturdy stick or a tree branch.

'Note: Since the weight of a splint is 1.0, it can be technically heavier to hold one than carry its subsequent parts. e.g (a ripped sheet [0.05] + sturdy stick [0.1] => 0.15 weight vs Splint = 1.0)

Crafting

Output Ingredients Description Skill Level












Code

item Splint

  Weight = 1,
  Type = Normal,
  DisplayName = Splint,
  Icon = Splint,
  Tooltip = Tooltip_UseOnHealthPanel,

Template:Navbox/Consumables