Umbrella: Difference between revisions

From PZwiki
(Created page with "{{languages|Extinguisher}} {{header|The Game World|Items|Tools|type=Tool|version=Version 40|incver=6}} {{Infobox normal |display_name = Umbrella |name_colour = Tool |name_text...")
 
m (b40 update)
Line 1: Line 1:
{{languages|Extinguisher}}
{{languages|Extinguisher}}
{{header|The Game World|Items|Tools|type=Tool|version=Version 40|incver=6}}
{{header|The Game World|Items|Tools|type=Tool|version=Version 40|incver=30}}
{{Infobox normal
{{Infobox normal
|display_name = Umbrella
|display_name = Umbrella
Line 13: Line 13:
==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.{{Upcoming|ver=40}}
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==
Line 24: Line 24:
==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=6}}
{{Retrieved|version=40|incver=30}}
<pre> item Umbrella
<pre> item Umbrella
Type = Normal,
Type = Normal,

Revision as of 09:38, 31 October 2018

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