Bottle of Disinfectant: Difference between revisions

From PZwiki
(Created page with "{{languages|Bottle of Disinfectant}} {{Items |image = Alcohol.png |weight = 0.3 }} A Bottle of Disinfectant can be used to disinfect items such as Bandage, Cotton Balls...")
 
No edit summary
Line 7: Line 7:


==Crafting==
==Crafting==
{| class="wikitable sortable" style="text-align:center;"
|-
! class="unsortable" | Output
! class="unsortable" | Ingredients
! class="unsortable" | Description
! class="unsortable" | Skill Level
! class="unsortable" | Index
{{RecipeLookup|4018}}|4018
{{RecipeLookup|4018}}|4018
{{RecipeLookup|4019}}|4019
{{RecipeLookup|4019}}|4019
{{RecipeLookup|4020}}|4020
{{RecipeLookup|4020}}|4020
|}


==Code==
==Code==

Revision as of 02:15, 12 January 2015

Template:Items A Bottle of Disinfectant can be used to disinfect items such as Bandage, Cotton Balls, and Ripped Sheets in order to disinfect an open wound. This allows for the prevention of infection.

Crafting

Output Ingredients Description Skill Level Index











4018











4019











4020

Code

<nowiki>

item Disinfectant {

 Type = Drainable,
 UseDelta = 0.1,
 UseWhileEquipped = FALSE,
 DisplayName = Bottle of Disinfectant,
 Icon = Alcohol,
 Weight = 0.3,
 AlcoholPower = 3,
 Tooltip = Tooltip_UseOnHealthPanel,

}

Template:Navbar/Consumables