Bath Towel

From PZwiki
Revision as of 02:52, 19 August 2016 by MalonyJenkins (talk | contribs) (Redesigned Page, +NavBar, + Categories, Checked Code, re-wrote description. corrected moodle link to go directly to wet section.)


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Medical Items -> Bath Towel   

Template:Medical Bathroom Towels are used to dry a player when they are displaying the Wet Moodle after being caught in the rain ingame.

At the moment there is no way to dry up Wet Bath Towel, so the item becomes entirely useless once used. Bath towels can be used with bleach to clean blood splatters off of floors and walls.





Code

Dry Bath Towel Bath Towel.png

	
    item BathTowel
		Weight			= 0.3,
		Type			= Drainable,
		DisplayName		= Bath Towel,
        	UseWhileEquipped	= FALSE,
		Icon			= Bathtowel,
        	UseDelta		= 0.1,
		ReplaceOnDeplete	= BathTowelWet,

Wet Bath Towel Bath Towel.png

	
    item BathTowelWet
		Type			= Normal,
		DisplayName		= Wet Bath Towel,
		Icon			= Bathtowel,
		Weight			= 0.5,

See Also

General First Aid

Template:Navbox/Consumables