Wallet: Difference between revisions

From PZwiki
(added "languages")
No edit summary
Line 1: Line 1:
{{languages|Locket}}
{{languages|Wallet}}
{{Items
{{Items
|image = Wallet.png  
|image = Wallet.png  

Revision as of 22:00, 20 March 2016

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,
	}
}