Money: Difference between revisions

From PZwiki
m (Automated Formatting for Infobox and Section Headers)
m (Automated infobox fix)
Line 2: Line 2:
{{Page version|41.78.16}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
| display_name = Money
|name = Money
| name_colour =
| name_colour =
| name_text_colour =
| name_text_colour =

Revision as of 01:32, 18 March 2024

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.

Containers
Building/Room Container Rolls Chance
all plankstash 4 1
plankstash 4 1
plankstash 4 1
plankstash 4 1
plankstash 4 1
laundry clothingdryer 4 0.5
clothingdryer 4 0.2
clothingdryer 4 0.2
clothingdryer 4 0.2

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