Sterilized Bandage: Difference between revisions

From PZwiki
Sterilized Bandage
(Created page with "{{languages|Sterilized Bandage}} {{Items |image = Retailbandage.png |weight = 0.1 }} Sterilized Bandages can be used to disinfect a wound. ==Crafting== {| class="wikitable so...")
 
mNo edit summary
Line 13: Line 13:
! class="unsortable" | Description
! class="unsortable" | Description
! class="unsortable" | Skill Level
! class="unsortable" | Skill Level
! class="unsortable" | Index
{{RecipeLookup|8000}}
{{RecipeLookup|4018}}|4018
|}
|}



Revision as of 21:09, 5 August 2015

Template:Items Sterilized Bandages can be used to disinfect a wound.

Crafting

Output Ingredients Description Skill Level












Code

item AlcoholBandage
{
  Count = 1,
  Weight = 0.1,
  AlwaysWelcomeGift = true,
  Type = Normal,
  DisplayName = Sterilized Bandage,
  ReplaceOnUse = BandageDirty,
  Alcoholic = TRUE,
  Icon = Bandage,
  CanBandage = true,
  BandagePower = 4,
}

See Also

Template:Navbox/Consumables