Wallet: Difference between revisions

From PZwiki
No edit summary
m (clean up, replaced: wikitable → pztable)
Line 4: Line 4:
|weight = 0.2
|weight = 0.2
}}
}}
A Wallet that comes in 4 designs, which are all usually found on corpses. Currently, they do not contain any money since money isn't included in the game.  
A '''Wallet''' that comes in 4 designs, which are all usually found on corpses. Currently, they do not contain any money since money isn't included in the game.  


<!--== Crafting ==
<!--== Crafting ==
ITEM NAME can be used in the following recipes:
ITEM NAME can be used in the following recipes:


{| class="wikitable" width="550" style="text-align:center;"
{| class="pztable" width="550" style="text-align:center;"
|-
|-
! Ingredients || Other Items || Output || Description
! Ingredients || Other Items || Output || Description
Line 51: Line 51:
}</nowiki>
}</nowiki>


[[Category:items]]
[[Category:Items]]

Revision as of 16:13, 11 May 2019

Template:Items A Wallet that comes in 4 designs, which are all usually found on corpses. Currently, they do not contain any money since money isn't included in the game.


Code

        item Wallet
	{
		Weight	=	0.2,
		Type	=	Normal,
		DisplayName	=	Wallet,
		Icon	=	Wallet_01,
	}

	item Wallet2
	{
		Weight	=	0.2,
		Type	=	Normal,
		DisplayName	=	Wallet,
		Icon	=	Wallet_02,
	}

	item Wallet3
	{
		Weight	=	0.2,
		Type	=	Normal,
		DisplayName	=	Wallet,
		Icon	=	Wallet_03,
	}

	item Wallet4
	{
		Weight	=	0.2,
		Type	=	Normal,
		DisplayName	=	Wallet,
		Icon	=	Wallet_04,
	}
}