Ripped Sheets/fr: Difference between revisions

From PZwiki
< Ripped SheetsRipped Sheets/fr
(Répare recettes)
(Update technical data, added code)
Line 3: Line 3:
{{items/fr
{{items/fr
|image = Rag.png
|image = Rag.png
|weight = 1
|weight = 0.05
}}
}}


Line 19: Line 19:
{{RecipeLookup/fr|Kit pour feu de camp}}
{{RecipeLookup/fr|Kit pour feu de camp}}
|}
|}
== Code ==
<pre>
item RippedSheets
{
AlwaysWelcomeGift = TRUE,
CanBandage = TRUE,
DisplayName = Bandages,
Icon = Rag,
Type = Normal,
Weight = 0.05
}
</pre>


[[Category:Objets]]
[[Category:Objets]]
[[Category:Consommables]]
[[Category:Consommables]]

Revision as of 20:51, 29 March 2014


Template:Items/fr

Un drap de lit déchiré. Peut être utiliser comme bandage afin de stopper une hémorragie.

Recettes

Nom Ingrédients Description

Template:RecipeLookup/fr Template:RecipeLookup/fr Template:RecipeLookup/fr

Code

	item RippedSheets
	{
		AlwaysWelcomeGift	= TRUE,
		CanBandage		= TRUE,
		DisplayName		= Bandages,
		Icon			= Rag,
		Type			= Normal,
		Weight			= 0.05
	}