Bath Towel: Difference between revisions

From PZwiki
(In-game item is called "Bath Towel" and not "Bath towel". Swapped the pages and redirections.)
(Added Code section)
Line 2: Line 2:
{{Items
{{Items
|image = Bath_Towel.png  
|image = Bath_Towel.png  
|weight = ?
|weight = 0.3
}}
}}
A bathroom towel. Used to dry off when [[Moodles|Wet]].
A bathroom towel. Used to dry off when [[Moodles|Wet]].
Line 15: Line 15:
| Ingredient + [[Ingredient]] || None || [[What the recipe makes]] || Brief description of what it makes.
| Ingredient + [[Ingredient]] || None || [[What the recipe makes]] || Brief description of what it makes.
|}-->
|}-->
==Code==
<nowiki>
item BathTowel
{
  Weight = 0.3,
  Type = Drainable,
  DisplayName = Bath Towel,
  UseWhileEquipped = FALSE,
  Icon = Bathtowel,
  UseDelta = 0.1,
  ReplaceOnDeplete = BathTowelWet,
}</nowiki>


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Items]]
[[Category:Items]]
[[Category:Medical Items]]
[[Category:Medical Items]]

Revision as of 00:33, 13 January 2015

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