Money

From PZwiki
Revision as of 05:57, 27 January 2024 by VaileasysBot (talk | contribs) (β†’β€Žtop: Category Project: Junk)

Template:Header/sandbox2

Spiffo controlyourself.png
This page was last updated for an older version (41.50).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
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

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,
}