Wallet

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Wallet
Wallet Model.png
Wallet2 Model.png
Wallet3 Model.png
Wallet4 Model.png
General
Category
Junk
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
None
Technical
Item ID

A wallet is a useless item with 4 different variants.

Usage

Wallets are currently useless, and do not contain any money or form of identification.

Distribution

Wallets are commonly found on corpses.

Gallery

Item IDs

Icon Name Item ID
Wallet 01.png Wallet Base.Wallet
Wallet 02.png Wallet Base.Wallet2
Wallet 03.png Wallet Base.Wallet3
Wallet 04.png Wallet Base.Wallet4

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Wallet Wallet 01.png
Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Wallet
	{
	    DisplayCategory = Junk,
		Weight	=	0.2,
		Type	=	Normal,
		DisplayName	=	Wallet,
		Icon	=	Wallet_01,
		WorldStaticModel = Wallet,
	}

Wallet Wallet 02.png
Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Wallet2
	{
	    DisplayCategory = Junk,
		Weight	=	0.2,
		Type	=	Normal,
		DisplayName	=	Wallet,
		Icon	=	Wallet_02,
		WorldStaticModel = Wallet2,
	}

Wallet Wallet 03.png
Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Wallet3
	{
	    DisplayCategory = Junk,
		Weight	=	0.2,
		Type	=	Normal,
		DisplayName	=	Wallet,
		Icon	=	Wallet_03,
		WorldStaticModel = Wallet3,
	}

Wallet Wallet 04.png
Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Wallet4
	{
	    DisplayCategory = Junk,
		Weight	=	0.2,
		Type	=	Normal,
		DisplayName	=	Wallet,
		Icon	=	Wallet_04,
		WorldStaticModel = Wallet4,
	}

See also