Umbrella: Difference between revisions

From PZwiki
m (outdated notice. needs weapon functionality and new infobox: Template:Infobox weapon + navbox)
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages}}
{{Outdated}}{{Languages}}{{Header|The Game World|Items|Tools|type=Tool|version=Version 40|incver=30}}{{Infobox normal
{{header|The Game World|Items|Tools|type=Tool|version=Version 40|incver=30}}
|display_name=Umbrella
{{Outdated}}
|name_colour=Tool
{{Infobox normal
|name_text_colour=Tool
|display_name = Umbrella
|image=Umbrella.png
|name_colour = Tool
|weight=0.2
|name_text_colour = Tool
|primary_use=Keep player [[Moodles#Wet|dry]]
|image = Umbrella_120px.png
|class_name=Base.Umbrella
|weight = 0.2
|primary_use = Keep player [[Moodles#Wet|dry]]
|class_name = Base.Umbrella
}}An '''umbrella''' is a functionable [[item]].  
}}An '''umbrella''' is a functionable [[item]].  


==Usage==
==Usage==
===Staying dry===
===Staying dry===
An umbrella can be equipped by the [[player]] to keep [[Moodles#Wet|dry]] when it's [[rain]]ing. This has become incredibly useful post [[build 40]], with the additional weather effects on the player, increasing the importance of staying dry, especially on windy days.
An umbrella can be equipped by the [[player]] to keep [[Moodles#Wet|dry]] when it's [[rain]]ing. This has become incredibly useful post [[build 40]], with the additional weather effects on the player, increasing the importance of staying dry, especially on windy days.


==Distribution==
==Distribution==
===Buildings===
===Buildings===
Umbrellas can rarely be found in [[Containers#Bedroom Storage|wardrobes]] and changing room [[Containers#Lockers|lockers]].
Umbrellas can rarely be found in [[Containers#Bedroom Storage|wardrobes]] and changing room [[Containers#Lockers|lockers]].
Line 26: Line 25:
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=30}}
{{Retrieved|version=40|incver=30}}
<pre> item Umbrella
<pre>
item Umbrella
Type = Normal,
Type = Normal,
DisplayName = Umbrella,
DisplayName = Umbrella,
Icon = Umbrella,
Icon = Umbrella,
Weight = 0.2,
Weight = 0.2,
MetalValue = 9,</pre>
MetalValue = 9,
</pre>


==See also==
==See also==
*[[Weather]]
*[[Weather]]


{{Navbox_weapons}}
{{Navbox weapons}}
{{Navbox_equipment}}
{{Navbox equipment}}

Revision as of 20:58, 26 February 2023

AppleRotten.png
This article may be outdated.
Editors are encouraged to update this article with new information.
The Game WorldItemsToolsUmbrella
Umbrella
Umbrella
General
Category Item
Encumbrance
Heavy Load
0.2
Function Keep player dry
Technical details
Base ID Base.Umbrella

An umbrella is a functionable item.

Usage

Staying dry

An umbrella can be equipped by the player to keep dry when it's raining. This has become incredibly useful post build 40, with the additional weather effects on the player, increasing the importance of staying dry, especially on windy days.

Distribution

Buildings

Umbrellas can rarely be found in wardrobes and changing room lockers.

Vehicles

Umbrellas are commonly found in the trunk of vehicles.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.30

	item Umbrella
		Type			= Normal,
		DisplayName		= Umbrella,
		Icon			= Umbrella,
		Weight			= 0.2,
		MetalValue 		= 9,

See also