Money: Difference between revisions

From PZwiki
m (Reupload, minor)
(Added 3d Model and removed reupload tag)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|version=Version 41|incver=50}}
{{Header|Project Zomboid|Items|version=Version 41|incver=50}}
{{Reupload}}<!--Missing 3D model-->
{{Infobox item
{{Infobox item
| display_name = Money
| display_name = Money
| name_colour =  
| name_colour =  
| name_text_colour =  
| name_text_colour =  
| model = Money.png
| model=Money_Model.png
| icon=Money.png
| model_width = 128px
| model_width = 128px
| weight = 0.01
| weight = 0.01

Revision as of 03:49, 13 January 2024

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