Alcohol Wipes: Difference between revisions

From PZwiki
mNo edit summary
(Redesigned Page, + Navbar, removed effects section as it is covered in description, confirmed info, changed categories. Left empty link page to Valley Station for future.)
Line 1: Line 1:
{{languages|Alcohol Wipes}}
__NOTOC__
{{Items
{{languages|Alcohol_Wipes}}
<div class="header" style="margin: 5px; align: right; background: #C3E4ED; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #9AC0CD"> <!-- Code for Background Colour -->
<div style="float: right;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Medical Items|Medical Items]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Medical
|image = AlcoholWipes.png
|image = AlcoholWipes.png
|weight = 0.3
|weight = 0.3
|primaryuse = Disinfect Wounds
|bandagepower = 0.0
|alcoholpower = 4.0
}}
}}


'''Alcohol Wipes''' are the easiest and most effective form of disinfectant in the game. They are used to remove infections from wounds, and are an integral part of the new health system. The wipes are also drainable, meaning that the pack can be used multiple times before they run out. It is worth noting that the alcohol wipes do increase the [[Moodles#In_Pain|pain moodle]], so they are a great combination with [[painkillers]].
'''Alcohol Wipes''' are the easiest and most effective form of disinfectant in the game. They are used to remove infections from wounds, and are an integral part of the new health system. The wipes are also drainable, providing five uses before the pack runs out. It is worth noting that the alcohol wipes do increase the [[Moodles#In_Pain|pain moodle]], so they are a great combination with [[painkillers]].


They can be found in pharmacies such as [[Cortman Medical]] in [[Muldraugh]], [[Pharmahug]] in [[West Point]] or at the [[Mall]] in [[Valley Station]]. It can also be uncommonly found in bathroom cabinets and medical cabinets in private houses.
They can be found in pharmacies such as [[Cortman Medical]] in [[Muldraugh]], Pharmahug in [[West Point]] or at the Mall in [[Valley Station]]. It can also be uncommonly found in bathroom cabinets and medical cabinets in private houses.
 
It is recommended to carry a pack of alcohol wipes with you at all times, because you never know when your character will get hurt, and most all wounds have the potential to become infected - making the alcohol wipes or other disinfectants some of the most commonly used [[Medical Items|medical equipment]].
 
== Effects ==
Induces pain, but removes infections from wounds and stops degradation of health.
 
==Code==
<nowiki>
item AlcoholWipes
{
  Type = Drainable,
  UseDelta = 0.2,
  UseWhileEquipped = FALSE,
  DisplayName = Alcohol Wipes,
  Icon = AlcoholWipes,
  Weight = 0.3,
  AlcoholPower = 4,
  Tooltip = Tooltip_UseOnHealthPanel,
}</nowiki>


It is recommended to carry a form of disinfected item with you at all times, because you never know when your character will get hurt, and most all wounds have the potential to become infected - making the alcohol wipes or other disinfectants some of the most commonly used [[Medical Items|medical equipment]].
<br><br>
== Code ==
<nowiki>
    item AlcoholWipes
        Type             = Drainable,
        UseDelta     = 0.2,
        UseWhileEquipped = FALSE,
        DisplayName = Alcohol Wipes,
        Icon = AlcoholWipes,
        Weight = 0.3,
        AlcoholPower        = 4,
        Tooltip = Tooltip_UseOnHealthPanel,
</nowiki>
==See Also==
==See Also==
* [[Alcohol Cotton Balls]]
* [[Alcohol Cotton Balls]]
Line 35: Line 37:
{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Disinfectants]]
[[Category:Medical Items]]
[[Category:Items]]
[[Category:Items]]
[[Category:Medical Items]]
[[Category:Version 34.28]]

Revision as of 01:14, 19 August 2016


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Medical Items -> Alcohol Wipes   

Template:Medical

Alcohol Wipes are the easiest and most effective form of disinfectant in the game. They are used to remove infections from wounds, and are an integral part of the new health system. The wipes are also drainable, providing five uses before the pack runs out. It is worth noting that the alcohol wipes do increase the pain moodle, so they are a great combination with painkillers.

They can be found in pharmacies such as Cortman Medical in Muldraugh, Pharmahug in West Point or at the Mall in Valley Station. It can also be uncommonly found in bathroom cabinets and medical cabinets in private houses.

It is recommended to carry a form of disinfected item with you at all times, because you never know when your character will get hurt, and most all wounds have the potential to become infected - making the alcohol wipes or other disinfectants some of the most commonly used medical equipment.

Code

	
    item AlcoholWipes
        Type	            	= Drainable,
        UseDelta	    	= 0.2,
        UseWhileEquipped	= FALSE,
        DisplayName		= Alcohol Wipes,
        Icon			= AlcoholWipes,
        Weight			= 0.3,
        AlcoholPower        	= 4,
        Tooltip 		= Tooltip_UseOnHealthPanel,

See Also

Template:Navbox/Consumables