Money: Difference between revisions

From PZwiki
m (Add see also)
m (Automated Formatting)
Line 10: Line 10:
|item_id=Base.Money
|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''.
'''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''.


Line 31: Line 30:
! style="width: 3.2em;" | Chance
! style="width: 3.2em;" | Chance
|-
|-
|rowspan="6"|all  
|rowspan="6"|all
|[[plankstash]]  
|[[plankstash]]
|4  
|4
|1
|1
|-
|-
|[[plankstash]]  
|[[plankstash]]
|4  
|4
|1
|1
|-
|-
|[[plankstash]]  
|[[plankstash]]
|4  
|4
|1
|1
|-
|-
|[[plankstash]]  
|[[plankstash]]
|4  
|4
|1
|1
|-
|-
|[[plankstash]]  
|[[plankstash]]
|4  
|4
|1
|1
|-
|-
|[[plankstash]]  
|[[plankstash]]
|4  
|4
|1
|1
|-
|-
|rowspan="4"|laundry  
|rowspan="4"|laundry
|[[clothingdryer]]  
|[[clothingdryer]]
|4  
|4
|0.5
|0.5
|-
|-
|[[clothingdryer]]  
|[[clothingdryer]]
|4  
|4
|0.2
|0.2
|-
|-
|[[clothingdryer]]  
|[[clothingdryer]]
|4  
|4
|0.2
|0.2
|-
|-
|[[clothingdryer]]  
|[[clothingdryer]]
|4  
|4
|0.2
|0.2
|}
|}
Line 92: Line 91:
         Icon = Money,
         Icon = Money,
         WorldStaticModel = Money,
         WorldStaticModel = Money,
     }  
     }
}}
}}
}}
}}
==See also==
==See also==
{{Navbox items|junk}}
{{Navbox items|junk}}

Revision as of 10:21, 14 April 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
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.78.16
item Money
    {
        DisplayCategory = Junk,
        Weight	=	0.01,
        Type	=	Normal,
        DisplayName	=	Money,
        Icon	=	Money,
        WorldStaticModel = Money,
    }

See also