Purse: Difference between revisions

From PZwiki
mNo edit summary
(Updated layout and changed infobox)
Line 1: Line 1:
__NOTOC__
{{languages|Purse}}
{{languages|Purse}}
{{header|The Game World|Items|Baggage|type=Baggage|version=Version 39|incver=67.5}}{{Baggage
{{header|The Game World|Items|Baggage|type=Baggage|version=Version 40|incver=6}}{{Infobox container
| display_name = Purse
| name_colour = Container
| name_text_colour = Container
| image = Purse_120px.png
| image = Purse_120px.png
| equippable = One Hand
| category = Container
| weight = 0.5
| weight = 0.5
| equipped = One-handed
| capacity = 12
| capacity = 12
| weight_reduction = 55
| weight_reduction = 55
| class_name = Base.Purse
| class_name = Base.Purse
}}A '''purse''' is a baggage item that cannot be equipped on the player's back. It has capacity and weight reduction similar to the [[schoolbag]] and the highest weight reduction of all the non-wearable bags. It can usually be found inside stores, particularly those that may typically be popular for females, such as clothing stores. To access its contents, it must be equipped in one of the player's hands.
}}A '''purse''' is a container [[item]].
 
==Usage==
A purse cannot be equipped on the [[player]]'s back. It has capacity and weight reduction similar to the [[schoolbag]] and the highest weight reduction of all the non-wearable bags. To access its contents, it must be equipped in one of the player's hands.


'''Purses can spawn with:'''
'''Purses can spawn with:'''
Line 35: Line 41:
|}
|}


==Item distribution==
==Distribution==
It can usually be found inside stores, particularly those that may typically be popular for females, such as clothing stores.
===Buildings===
===Buildings===
{| class="wikitable" style="text-align:center;"
{| class="wikitable" style="text-align:center;"
Line 115: Line 122:
|-
|-
|}
|}


==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 Purse
<pre> item Purse
WeightReduction = 55,
WeightReduction = 55,
Weight         = 0.5,
Weight         = 0.5,
Line 127: Line 132:
Capacity = 12,
Capacity = 12,
DisplayName = Purse,
DisplayName = Purse,
Icon         = Purse,
Icon         = Purse,</pre>
</nowiki>
 


==See also==
==See also==
Line 135: Line 138:


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

Revision as of 18:27, 12 August 2018

Purse
Purse
General
Category Container
Encumbrance
Heavy Load
0.5
Body location One-handed
Capacity 12
Encumbrance reduction 55%
Technical details
Item ID Base.Purse

A purse is a container item.

Usage

A purse cannot be equipped on the player's back. It has capacity and weight reduction similar to the schoolbag and the highest weight reduction of all the non-wearable bags. To access its contents, it must be equipped in one of the player's hands.

Purses can spawn with:

Lipstick.png Lipstick Perfume1.png Perfume
MakeupEyeshadow.png Eyes Makeup MakeupFoundation.png Foundation Makeup
WeddingRing Woman.png Wedding Ring Earbuds.png Earbuds
Ring.png Ring Earrings.png Earrings
Necklacepearl.png Pearl Necklace
Locket.png Locket
Comb.png Comb
Magazine.png Magazine
CreditCard.png Credit Card

Distribution

It can usually be found inside stores, particularly those that may typically be popular for females, such as clothing stores.

Buildings

Building/Room Container Rolls Chance
All Clothing Rack 3 7
Female Corpse 1 0.1
Clothes Store Shelf 3 7
Clothing Rack 3 7
Laundry Counter 3 3
Shoe Store Shelf 3 3
Gift Store Shelf 3 4
Display Case 3 4
Department Store Shelves 3 7

Vehicles

Profession Container Rolls Chance
All Trunk 2 3
Clothing Trunk 3 7
Taxi Trunk 1 3

Code

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

	item Purse
		WeightReduction	= 55,
		Weight	        = 0.5,
		Type	        = Container,
		Capacity	= 12,
		DisplayName	= Purse,
		Icon	        = Purse,

See also

Template:Navbox/Baggage