Bath Towel

From PZwiki
Revision as of 00:33, 13 January 2015 by AlgorithmInFlux (talk | contribs) (Added Code section)

Template:Items A bathroom towel. Used to dry off when Wet.


Code

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

Template:Navbox/Consumables