Money: Difference between revisions

From PZwiki
m (→‎top: category project: "The Game World")
m (Reupload, minor)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|version=Version 41|incver=50}}{{Infobox item
{{Languages}}
{{Header|Project Zomboid|Items|version=Version 41|incver=50}}
{{Reupload}}<!--Missing 3D model-->
 
{{Infobox item
| display_name = Money
| display_name = Money
| name_colour =  
| name_colour =  
Line 8: Line 12:
| function = ''None''
| function = ''None''
| class_name = Base.Money
| class_name = Base.Money
}}'''Money''' is a mostly useless item, serving mainly as clutter to make the {{T|player}}'s looting experience more realistic. It has no other current uses other than fire starting/fuel and is often considered ''junk''.
}}
'''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==
==Usage==
Line 20: Line 25:
Money can be found in [[Containers#Shop Counter|cash registers]] in stores and in [[Containers#Stashes|stashes]].
Money can be found in [[Containers#Shop Counter|cash registers]] in stores and in [[Containers#Stashes|stashes]].


It can also be found in [[Duffel Bag]]s that are marked as Money Bags (which may replace Duffel bag stashes).
It can also be found in [[Duffel Bag|duffel bags]] that are marked as Money Bags (which may replace duffel bag stashes).


==Code==
==Code==

Revision as of 01:38, 11 January 2024

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