Money

From PZwiki
Revision as of 01:38, 11 January 2024 by Faalagorn (talk | contribs) (Reupload, minor)
Frame.png
This article contains outdated/low-quality images.
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Money
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

Money can be found in cash registers in stores and in stashes.

It can also be found in duffel bags that are marked as Money Bags (which may replace duffel bag stashes).

Code

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

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.50
item Money
{
  Weight      = 0.01,
  Type        = Normal,
  DisplayName = Money,
  Icon        = Money,
}