Money

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]
Money
Money Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.01
Function
None
Technical
Item ID
Base.Money

Money is a mostly useless item, serving mainly as clutter to make the player's looting experience more realistic. It has no other current uses other than fire starting/fuel and is often considered junk.

Usage

Fire starting

Money can be used as kindling for fire starting.

Fuel

It can be used as a fuel for fires, and lasts for 5 minutes if done so.

Distribution

The loot distributions can be found in the table(s) below.

Money distribution Show / Hide
Containers
Building / Room Container Rolls Chance
Not referenced PlankStashGun 4 10.0
Not referenced PlankStashGun 4 20.0
all Bag_MoneyBag 10 100.0
all Outfit_FiremanStripper 1 20.0
all Outfit_FiremanStripper 1 10.0
all cashregister 4 100.0
all cashregister 4 2.0
all plankstash 4 100.0
laundry clothingdryer 4 0.2
laundry clothingdryer 1 0.5
laundry clothingdryer 4 0.5

Code

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

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Money
    {
        DisplayCategory = Junk,
        Weight	=	0.01,
        Type	=	Normal,
        DisplayName	=	Money,
        Icon	=	Money,
        WorldStaticModel = Money,
    }

See also