Sterilized Rag: Difference between revisions

From PZwiki
Sterilized Rag
(Created page with "{{languages|Sterilized Rag}} {{Items |image = Rag.png |weight = 0.05 }} Sterilized Rags can be used to disinfect a wound. ==Crafting== {| class="wikitable sortable" style="te...")
 
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|4019}}|4019
|}
|}



Revision as of 21:08, 5 August 2015

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

Crafting

Output Ingredients Description Skill Level












Code

item AlcoholRippedSheets
{
  CanBandage = TRUE,
  Weight = 0.05,
  AlwaysWelcomeGift = TRUE,
  Alcoholic = TRUE,
  Type = Normal,
  DisplayName = Sterilized Rag,
  ReplaceOnUse = RippedSheetsDirty,
  Icon = Rag,
  BandagePower = 2,
}

See Also

Template:Navbox/Consumables