Wooden Crate/fr: Difference between revisions

From PZwiki
< Wooden CrateWooden Crate/fr
No edit summary
No edit summary
Line 15: Line 15:
! class="unsortable" | Ingrédients
! class="unsortable" | Ingrédients
! class="unsortable" | Description
! class="unsortable" | Description
{{RecipeLookup/fr|Coffre}}
{{RecipeLookup/fr|Caisse}}
|}
|}


Line 21: Line 21:


<pre>
<pre>
item Crate
item Crate
{
{
Type = Normal,
DisplayName = Crate,
DisplayName = Crate,
Icon = Crate,
Icon = Crate,
Type = Normal,
Weight = 10
Weight = 10
}
}
</pre>
</pre>


[[Category:Construction/fr]]
[[Category:Construction/fr]]

Revision as of 09:55, 30 March 2014


Template:Items/fr

Une caisse peut être installée partout pour être utilisée comme espace de stockage.

Recette

Nom Ingrédients Description

Template:RecipeLookup/fr

Code

	item Crate
	{
		DisplayName	= Crate,
		Icon		= Crate,
		Type		= Normal,
		Weight		= 10
	}