Wallet

From PZwiki
Revision as of 22:00, 20 March 2016 by AshtoneGrey (talk | contribs)

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