Money: Difference between revisions

From PZwiki
(Created page with "{{languages|Pearl Necklace}} {{header|The Game World|Items|version=Version 41|incver=50}}{{Infobox normal | display_name = Money | name_colour = | name_text_colour = | image...")
 
(Update distribution file)
 
(31 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{languages|Pearl Necklace}}
{{Header|Project Zomboid|Items|Miscellaneous items|Junk}}
{{header|The Game World|Items|version=Version 41|incver=50}}{{Infobox normal
{{Page version|41.78.16}}
| display_name = Money
{{Infobox item
| name_colour =
|name=Money
| name_text_colour =  
|model=Money_Model.png
| image = Money.png
|icon=Money.png
| image_width = 120px
|model_width=128px
| weight = 0.01
|weight=0.01
| function = ''None''
|function=''None''
| class_name = Base.Money}}'''Money''' is currently a useless {{T|item}}, and often considered as ''junk''.
|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==
==Usage==
Money is an item that has no use, being added purely for the purpose of clutter, creating more realism for the {{T|player}} when looting.  
===Fire starting===
Money can be used as kindling for fire starting.
 
===Fuel===
It can be used as a fuel for [[Heat source|fires]], and lasts for 5 minutes if done so.


==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.
 
<!--BOT FLAG|Money|41.78.16-->
{{Clear}}
<div class="togglebox theme-red">
    <div>Money distribution
        <span class="mw-customtoggle-togglebox-Money" title="{{int:show}} / {{int:hide}}" style="float: right; padding-right: 30px; padding-top: 4px; font-size: 0.7em; font-weight: normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Money">
    Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the [[lucky]] and [[unlucky]] traits.    <div class="toggle-content">
<div class="pz-container">
<div id="containers" style="flex-basis:30%">
    {| class="wikitable theme-red" style="margin-right: 15px; width: 95%;"
    |+ {{ll|Containers}}
    ! Building/Room
    ! Container
    ! Effective chance
    |-
    | Bag_MoneyBag
    | {{ll|Bag_MoneyBag}}
    | 99.99%
    |-
    | all
    | {{ll|Outfit_FiremanStripper}}
    | 6.41%
    |-
    | all
    | {{ll|Outfit_FiremanStripper}}
    | 12.41%
    |-
    | all
    | {{ll|Outfit_PokerDealer}}
    | 6.41%
    |-
    | all
    | {{ll|Outfit_PoliceStripper}}
    | 6.41%
    |-
    | all
    | {{ll|Outfit_PoliceStripper}}
    | 12.41%
    |-
    | all
    | {{ll|Outfit_Stripper}}
    | 6.41%
    |-
    | all
    | {{ll|Outfit_Stripper}}
    | 12.41%
    |-
    | all
    | {{ll|Outfit_StripperBlack}}
    | 6.41%
    |-
    | all
    | {{ll|Outfit_StripperBlack}}
    | 12.41%
    |-
    | all
    | {{ll|Outfit_StripperNaked}}
    | 6.41%
    |-
    | all
    | {{ll|Outfit_StripperNaked}}
    | 12.41%
    |-
    | all
    | {{ll|Outfit_StripperPink}}
    | 6.41%
    |-
    | all
    | {{ll|Outfit_StripperPink}}
    | 12.41%
    |-
    | all
    | {{ll|Outfit_Tourist}}
    | 6.41%
    |-
    | all
    | {{ll|cashregister}}
    | 6.29%
    |-
    | all
    | {{ll|cashregister}}
    | 97.54%
    |-
    | all
    | {{ll|plankstash}}
    | 97.54%
    |-
    | laundry
    | {{ll|clothingdryer}}
    | 0.71%
    |-
    | laundry
    | {{ll|clothingdryer}}
    | 2.1%
    |-
    | laundry
    | {{ll|clothingdryer}}
    | 2.81%
    |-
    | laundry
    | {{ll|clothingdryerbasic}}
    | 0.71%
    |-
    | laundry
    | {{ll|clothingdryerbasic}}
    | 2.1%
    |-
    | laundry
    | {{ll|clothingdryerbasic}}
    | 2.81%
    |-
    | laundry
    | {{ll|clothingwasher}}
    | 0.71%
    |-
    | laundry
    | {{ll|clothingwasher}}
    | 2.1%
    |-
    | laundry
    | {{ll|clothingwasher}}
    | 2.81%
    |-
    | laundry
    | {{ll|counter}}
    | 2.1%
    |-
    | laundry
    | {{ll|counter}}
    | 2.81%
    |}
</div>
    </div><div style="clear: both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Money" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Money|41.78.16-->
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 5
  | source = newitems.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Money
    {
        DisplayCategory = Junk,
        Weight = 0.01,
        Type = Normal,
        DisplayName = Money,
        Icon = Money,
        WorldStaticModel = Money,
    }
}}
}}


===Build 41===
==See also==
Money can also be found in [[Duffel Bag]]s that are marked as Money Bags (which may replace Duffel bag stashes).


== Code ==
{{Navbox items|junk}}
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=50}}
<pre> item Money
Weight = 0.01,
Type = Normal,
DisplayName = Money,
Icon = Money,
</pre>

Latest revision as of 13:22, 30 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.

Money distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Containers
Building/Room Container Effective chance
Bag_MoneyBag Bag_MoneyBag 99.99%
all Outfit_FiremanStripper 6.41%
all Outfit_FiremanStripper 12.41%
all Outfit_PokerDealer 6.41%
all Outfit_PoliceStripper 6.41%
all Outfit_PoliceStripper 12.41%
all Outfit_Stripper 6.41%
all Outfit_Stripper 12.41%
all Outfit_StripperBlack 6.41%
all Outfit_StripperBlack 12.41%
all Outfit_StripperNaked 6.41%
all Outfit_StripperNaked 12.41%
all Outfit_StripperPink 6.41%
all Outfit_StripperPink 12.41%
all Outfit_Tourist 6.41%
all cashregister 6.29%
all cashregister 97.54%
all plankstash 97.54%
laundry clothingdryer 0.71%
laundry clothingdryer 2.1%
laundry clothingdryer 2.81%
laundry clothingdryerbasic 0.71%
laundry clothingdryerbasic 2.1%
laundry clothingdryerbasic 2.81%
laundry clothingwasher 0.71%
laundry clothingwasher 2.1%
laundry clothingwasher 2.81%
laundry counter 2.1%
laundry counter 2.81%

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