Bouteille de soda vide: Difference between revisions

From PZwiki
Bouteille de soda vide
(Created page with "{{languages|Empty Bottle (Pop)}} {{Items |image = EmptyOrangeSodaBottle.jpg |weight = 0.1 }} Pour obtenir une bouteille de soda vide, buvez simplement un [[soda à l'orange]...")
 
No edit summary
Line 1: Line 1:
{{languages|Empty Bottle (Pop)}}
{{languages|Empty Pop Bottle}}


{{Items
{{Items/fr
|image = EmptyOrangeSodaBottle.jpg
|image = Empty Pop Bottle.png
|weight = 0.1
|weight = 0.1
}}
}}
Line 11: Line 11:


== Code ==
== Code ==
<pre>
<pre>
item PopBottleEmpty
item PopBottleEmpty
{
{
Type = Normal,
CanStoreWater = TRUE,
DisplayName = Empty Pop Bottle,
DisplayName = Empty Pop Bottle,
Icon = Pop_empty,
Icon = Pop_empty,
Weight = 0.1,
ReplaceOnUseOn = WaterSource-WaterPopBottle,
ReplaceOnUseOn = WaterSource-WaterPopBottle,
Type = Normal,
CanStoreWater = true
Weight = 0.1
}
}
</pre>
</pre>


[[Category:Outils]]
{{Navbox/Items/fr}}
[[Category:Objets]]

Revision as of 23:42, 29 March 2014


Template:Items/fr

Pour obtenir une bouteille de soda vide, buvez simplement un soda à l'orange.

Vous pouvez remplir une bouteille de soda vide au robinet, ce qui vous donnera une bouteille de soda remplie d'eau que vous pouvez utiliser comme n'importe quelle bouteille d'eau.

Code

	item PopBottleEmpty
	{
		CanStoreWater	= TRUE,
		DisplayName	= Empty Pop Bottle,
		Icon		= Pop_empty,
		ReplaceOnUseOn	= WaterSource-WaterPopBottle,
		Type		= Normal,
		Weight		= 0.1
	}

Template:Navbox/Items/fr