Splint: Difference between revisions

From PZwiki
(Redesigned page, + Navbox, + categories, confirmed info on splint was correct. + link to first aid)
(adjustments to layout. Added new infobox and header)
Tag: categories removed
Line 1: Line 1:
__NOTOC__
{{languages|Splint}}
{{languages|Splint}}
<div class="header" style="margin: 5px; align: right; background: #C3E4ED; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #9AC0CD"> <!-- Code for Background Colour -->
{{header|The Game World|Items|Consumables|Medical Items|type=Medical|version=Version 39|incver=67.5}}{{Infobox normal
<div style="float: right;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|display_name=Antidepressants
<div style="float: left;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Medical Items|Medical Items]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_colour=Medical
{{Medical
|name_text_colour=Medical
|image = Splint.png  
|image = Splint.png
|primaryuse= Scaffold a Broken Bone
|weight = 1
|bandagepower = 0.0
|primary_use = Scaffold a [[Health#Types of Injuries|fracture]]
|alcoholpower = 0.0
|class_name = Base.Splint
|weight = 1.0
}}{{quote|text=Aids recovery from broken bones. Reduces time taken to heal.|author=In-game tooltip.}}A '''splint''' is an [[item]] used in [[First Aid|first aid]].
}}
 
A '''Splint''' is a crafted medical item can be used to heal a [[First_Aid#First_Aid_Flow|fracture]]. To apply a splint, right click the red fracture text in your [[health]] panel.
==Usage==
The splint is used reduce the time taken to heal a [[First_Aid#First_Aid_Flow|fracture]]. To apply a splint, right-click the red fracture text in the [[health]] panel.
 
===Fracture===
{{main|Health#Fracture}}
Fractures are often caused by falling from great heights, which greatly reduces the player's movement speed. A fracture will heal on its own over time, however a splint can be used to reduce this greatly, by approximately 10-fold. This can be improved further with the use of a [[Comfrey Poultice|comfrey poultice]]. Upon successfully healing a fracture, the player will receive first aid experience.
 
==Crafting==
==Crafting==
{| class="wikitable sortable" style="text-align:center;"
{{Crafting table header}}
|-
! class="unsortable" | Output
! class="unsortable" | Ingredients
! class="unsortable" | Description
! class="unsortable" | Skill Level
{{RecipeLookup|8003}}
{{RecipeLookup|8003}}
|}
{{Crafting table footer}}
 
==Distribution==
Splints cannot be found in the [[Knox County|world]] and therefore can only be obtained through [[crafting]].
 
==Trivia==
*Since the weight of a splint is 1.0, it is technically heavier to hold a crafted one than carry its individual parts, however, this only holds true for using a Sturdy Stick or Tree Branch to craft it.
 
== Code ==
== Code ==
''Splint'' [[File:Splint.png]]
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
<nowiki>
{{Retrieved|version=39|incver=67.5}}
    item Splint
<pre> item Splint
        Weight = 1,
        Weight = 1,
        Type = Normal,
        Type = Normal,
        DisplayName = Splint,
        DisplayName = Splint,
        Icon = Splint,
        Icon = Splint,
        Tooltip = Tooltip_UseOnHealthPanel,
        Tooltip = Tooltip_UseOnHealthPanel,</pre>
</nowiki>
==Trivia==
*Since the weight of a splint is 1.0, it is technically heavier to hold a crafted one than carry it's individual parts, however, this only holds true for using a Sturdy Stick or Tree Branch to craft it.


== See Also ==
== See also ==
[[First_Aid|General First Aid]]
[[First_Aid|General First Aid]]


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

Revision as of 09:41, 26 July 2018

Antidepressants
Antidepressants
General
Category Item
Encumbrance
Heavy Load
1
Function Scaffold a fracture
Technical details
Base ID Base.Splint
Aids recovery from broken bones. Reduces time taken to heal.
— In-game tooltip.

A splint is an item used in first aid.

Usage

The splint is used reduce the time taken to heal a fracture. To apply a splint, right-click the red fracture text in the health panel.

Fracture

Main article: Health

Fractures are often caused by falling from great heights, which greatly reduces the player's movement speed. A fracture will heal on its own over time, however a splint can be used to reduce this greatly, by approximately 10-fold. This can be improved further with the use of a comfrey poultice. Upon successfully healing a fracture, the player will receive first aid experience.

Crafting

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

Splints cannot be found in the world and therefore can only be obtained through crafting.

Trivia

  • Since the weight of a splint is 1.0, it is technically heavier to hold a crafted one than carry its individual parts, however, this only holds true for using a Sturdy Stick or Tree Branch to craft it.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 39.67.5

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

See also

General First Aid

Template:Navbox/Consumables