Money: Difference between revisions

From PZwiki
m (→‎top: Category Project: Junk)
(Automated update of distribution header)
Line 22: Line 22:
It can be used as a fuel for [[Heat source|fires]], and lasts for 5 minutes if done so.  
It can be used as a fuel for [[Heat source|fires]], and lasts for 5 minutes if done so.  


{{clear}}
==Distribution==
==Distribution==
Money can be found in [[Containers#Shop Counter|cash registers]] in stores and in [[Containers#Stashes|stashes]].
The loot distributions can be found in the table(s) below.


It can also be found in [[Duffel Bag|duffel bags]] that are marked as Money Bags (which may replace duffel bag stashes).
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
!Building/Room
!Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" |Chance
|-
| rowspan="5"|all
| [[plankstash]]
| 4
| 1
|-
|[[plankstash]]
|4
|1
|-
|[[plankstash]]
|4
|1
|-
|[[plankstash]]
|4
|1
|-
|[[plankstash]]
|4
|1
|-
| rowspan="4"|laundry
| [[clothingdryer]]  
| 4
| 0.5
|-
|[[clothingdryer]]
|4
|0.2
|-
|[[clothingdryer]]
|4
|0.2
|-
|[[clothingdryer]]
|4
|0.2
|}


==Code==
==Code==

Revision as of 10:36, 11 February 2024

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

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