First Aid Kit: Difference between revisions

From PZwiki
mNo edit summary
(Updated layout and changed infobox)
Line 1: Line 1:
__NOTOC__
{{languages|First Aid Kit}}
{{languages|First Aid Kit}}
{{header|The Game World|Items|Baggage|type=Baggage|version=Version 39|incver=67.2}}{{Baggage
{{header|The Game World|Items|Baggage|type=Baggage|version=Version 40|incver=6}}{{Infobox container
| display_name = First Aid Kit
| name_colour = Container
| name_text_colour = Container
| image = FirstAid_120px.png
| image = FirstAid_120px.png
| equippable = Hand
| category = Container
| weight = 1
| weight = 1
| equipped = One-handed
| capacity = 5
| capacity = 5
| weight_reduction = 5
| weight_reduction = 5
| class_name = Base.FirstAidKit
| class_name = Base.FirstAidKit
}}A '''first aid kit''' is a small container with a weight limit of 5 which can spawn containing a range of [[Items#Medical_Items|medical items]]. Although the name and spawnable items would suggest it can only hold medical items, it can actually hold any type of item, just like other [[:Category:Baggage|baggage]] items. To see and use the contents of a first aid kit, it must first be equipped, similarly to other equippable containers.  
}}A '''first aid kit''' is a small medical container.
 
==Usage==
A first aid kit has a weight limit of 5 and can spawn containing a range of [[Items#Medical_Items|medical items]]. Although the name and spawnable items would suggest it can only hold medical items, it can actually hold any type of item, just like other [[:Category:Baggage|baggage]] items. To see and use the contents of a first aid kit, it must first be equipped, similarly to other equippable containers.  


'''First aid kits can spawn with:'''
'''First aid kits can spawn with:'''
Line 27: Line 33:
|}
|}


==Item distribution==
==Distribution==
===Buildings===
===Buildings===
{| class="wikitable" style="text-align:center;"
{| class="wikitable" style="text-align:center;"
Line 125: Line 131:
== Code ==
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
<nowiki>
{{Retrieved|version=40|incver=6}}
item FirstAidKit
<pre> item FirstAidKit
WeightReduction = 5,
WeightReduction = 5,
Weight = 1,
Weight = 1,
Line 134: Line 140:
Icon = FirstAid,
Icon = FirstAid,
MetalValue = 15,
MetalValue = 15,
</nowiki>
</pre>
== See also ==
== See also ==
*[[First_Aid|General First Aid]]
*[[First_Aid|General First Aid]]
Line 140: Line 146:


{{Navbox/Baggage}}
{{Navbox/Baggage}}
[[Category:Items]]
 
[[Category:Baggage]]
[[Category:Medical Items]]
[[Category:Medical Items]]

Revision as of 18:17, 12 August 2018

The Game WorldItemsBaggageFirst Aid Kit
First Aid Kit
First Aid Kit
General
Category Container
Encumbrance
Heavy Load
1
Body location One-handed
Capacity 5
Encumbrance reduction 5%
Technical details
Item ID Base.FirstAidKit

A first aid kit is a small medical container.

Usage

A first aid kit has a weight limit of 5 and can spawn containing a range of medical items. Although the name and spawnable items would suggest it can only hold medical items, it can actually hold any type of item, just like other baggage items. To see and use the contents of a first aid kit, it must first be equipped, similarly to other equippable containers.

First aid kits can spawn with:

Bandaid.png Adhesive Bandages
AlcoholWipes.png Alcohol Wipes
Bandage.png Bandage
Alcohol.png Bottle of Disinfectant
CottonBalls.png Cotton Balls
SutureNeedle.png Suture Needle
Tweezers.png Tweezers

Distribution

Buildings

Building/Room Container Rolls Chance
Medical Clinic Counter 5 2
Medical Storage All 5 2
Bathroom All 4 0.5
Pharmacy Shelves 5 20
Pharmacy Storage Counter 5 20
Medical Counter 3 1
Changeroom Counter 2 0.5
Nurse House Medicine Cabinet 3 2
Counter 3 2
Safehouse Medicine Cabinet 3 2
Survivor Cache 1 Medicine Cabinet 2 2
Survivor Cache 2 Medicine Cabinet 2 2

Vehicles

Profession Container Rolls Chance
Ambulance All 4 5
Fire truck (disambiguation) All 4 3
4 3

Code

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

	item FirstAidKit
		WeightReduction	= 5,
		Weight		= 1,
		Type		= Container,
		Capacity	= 5,
		DisplayName	= First Aid Kit,
		Icon		= FirstAid,
		MetalValue 	= 15,

See also

Template:Navbox/Baggage