Perfume: Difference between revisions

From PZwiki
m (Automated header update.)
m (Automated Formatting)
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Miscellaneous items|Junk}}
{{Header|Project Zomboid|Items|Miscellaneous items|Junk}}
{{Page version|40.43}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
| display_name = Perfume
|name=Perfume
| name_colour =
|model=Perfume1_Model.png
| name_text_colour =
|icon=Perfume1.png
| model = Perfume1_Model.png
|weight=0.1
| icon= Perfume1.png
|function=''None''
| model_width = 128px
|item_id=Base.Perfume
| weight = 0.1
}}
| function = ''None''
'''Perfume''' is currently a useless item, and often considered as ''junk''.
| class_name = Base.Perfume
}}'''Perfume''' is currently a useless item, and often considered as ''junk''.


==Usage==
==Usage==
Perfume has no use, being added purely for the purpose of clutter, creating more realism for the player when looting.
Perfume has no use, being added purely for the purpose of clutter, creating more realism for the player when looting.


{{clear}}
==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.
Line 23: Line 20:
! colspan="4" | Containers
! colspan="4" | Containers
|-
|-
!Building/Room
! Building/Room
!Container
! Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" |Chance
! style="width: 3.2em;" | Chance
|-
|-
| rowspan="2"|bathroom
|rowspan="3"|bathroom
| [[medicine]]
|[[counter]]
| 4
|4
| 4
|4
|-
|[[medicine]]
|4
|4
|-
|-
|[[shelves]]
|[[shelves]]
Line 37: Line 38:
|4
|4
|-
|-
| rowspan="3"|bedroom
|rowspan="3"|bedroom
| [[desk]]
|[[desk]]
| 4
|4
| 1
|1
|-
|-
|[[desk]]
|[[desk]]
Line 50: Line 51:
|0.2
|0.2
|-
|-
| rowspan="1"|office
|office
| [[desk]]
|[[desk]]
| 4
|4
| 1
|1
|-
|-
| rowspan="1"|pharmacy
|pharmacy
| [[shelves]]
|[[shelves]]
| 4
|4
| 8
|8
|-
|-
| rowspan="1"|stripclub
|stripclub
| [[dresser]]
|[[dresser]]
| 4
|4
| 4
|4
|}
|}


Line 71: Line 72:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 0
   | start = 615
   | source = newitems.txt
   | source = newitems.txt
   | retrieved = true
   | retrieved = true
   | version = 40.43
   | version = 41.78.16
   | code =
   | code =
item Perfume
item Perfume
{
    {
  Weight     = 0.1,
        DisplayCategory = Junk,
  Type       = Normal,
        Weight = 0.1,
  DisplayName = Perfume,
        Type = Normal,
  Icon       = Perfume1,
        DisplayName = Perfume,
}
        Icon = Perfume1,
  }}
        WorldStaticModel = Perfume,
    }
}}
}}
}}


==Gallery==
==Gallery==
<gallery>
<gallery>
Annesia perfume for her billboard.png
Annesia perfume for her billboard.png|An advertisement for a perfume brand
</gallery>
</gallery>


Line 94: Line 97:
*[[Cologne]]
*[[Cologne]]
*[[Comb]]
*[[Comb]]
{{Navbox items|junk}}

Revision as of 10:57, 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]
Perfume
Perfume1 Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
None
Technical
Item ID
Base.Perfume

Perfume is currently a useless item, and often considered as junk.

Usage

Perfume has no use, being added purely for the purpose of clutter, creating more realism for the player when looting.

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
bathroom counter 4 4
medicine 4 4
shelves 4 4
bedroom desk 4 1
desk 4 1
dresser 4 0.2
office desk 4 1
pharmacy shelves 4 8
stripclub dresser 4 4

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 Perfume
    {
        DisplayCategory = Junk,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=	Perfume,
        Icon	=	Perfume1,
        WorldStaticModel = Perfume,
    }

Gallery

See also