Adhesive Bandages: Difference between revisions

From PZwiki
m (AlgorithmInFlux moved page Adhesive Bandages to Adhesive Bandages: Rename page)
(Revised Bandaid/Adhesive Bandage page along with new Medical Template to show Bandage Power. + navbar, +info checked. + categories)
Line 1: Line 1:
{{languages}}
__NOTOC__
{{Items
{{languages|Adhesive_Bandages}}
<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:Items|Items]] -> [[:Category:Medical Items|Medical Items]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Medical
|image = Bandaid.png  
|image = Bandaid.png  
|primaryuse= Medical Use
|bandagepower = 1.5
|weight = 0.1
|weight = 0.1
}}  
}}
Adhesive Bandages are capable of stemming an open wound, like a [[Bandage]]. Currently, they all stem open wounds with the same efficiency (but bandages weigh 0.05 each).
 
Adhesive Bandages are capable of stemming an open wound, like a [[Bandage]]. It is not as effective as a Bandage and according to code, has no "dirty variant".
 
Adhesive Bandages can be found in medikit boxes in houses, bathroom cabinets and in medical centres ingame.
<br><br><br><br><br><br>
 
== Code ==
<nowiki>
item Bandaid
Type = Normal,
DisplayName = Adhesive Bandages,
Icon = Bandaid,
Weight = 0.1,
        CanBandage = true,
        BandagePower    = 1.5,
        Tooltip = Tooltip_UseOnHealthPanel,
</nowiki>


==Code==
<nowiki>
item Bandaid
{
  Type = Normal,
  DisplayName = Adhesive Bandages,
  Icon = Bandaid,
  Weight = 0.1,
  CanBandage = true,
  BandagePower = 1.5,
  Tooltip = Tooltip_UseOnHealthPanel,
}</nowiki>


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:items]]
[[Category:Consumables]]
[[Category:Medical Items]]
[[Category:Items]]
[[Category:Version 34.28]]

Revision as of 20:15, 17 August 2016


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Items -> Medical Items -> Adhesive Bandages   

Template:Medical

Adhesive Bandages are capable of stemming an open wound, like a Bandage. It is not as effective as a Bandage and according to code, has no "dirty variant".

Adhesive Bandages can be found in medikit boxes in houses, bathroom cabinets and in medical centres ingame.





Code

	
	item Bandaid
		Type		= Normal,
		DisplayName	= Adhesive Bandages,
		Icon		= Bandaid,
		Weight		= 0.1,
        	CanBandage	= true,
        	BandagePower    = 1.5,
        	Tooltip 	= Tooltip_UseOnHealthPanel,


Template:Navbox/Consumables