Chess Pieces

From PZwiki
Revision as of 22:57, 6 July 2019 by SimonC4 (talk | contribs) (Created page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The Game WorldItemsChess Pieces
Chess Pieces
Chess Pieces
White Chess Piece
General
Category Item
Encumbrance
Heavy Load
0.1
Function None
Technical details
Base ID Base.ChessBlack
Base.ChessWhite

Chess pieces are currently a useless item, and often considered as junk.

Usage

Chess pieces can be found in game as either black chess pieces or white chess pieces. Chess pieces have no use, being added purely for the purpose of clutter, creating more realism for the player when looting.

Distribution

Chess pieces can be found in toy stores and wardrobes.

Code

From newitems.txt (Project Zomboid directory/media/scripts/)

Black Chess Pieces Retrieved: Build 40.43

	item ChessBlack
		Weight			= 0.1,
		Type			= Normal,
		DisplayName		= Black Chess Pieces,
		Icon			= ChessBlack,

White Chess Pieces Retrieved: Build 40.43

	item ChessWhite
		Weight			= 0.1,
		Type			= Normal,
		DisplayName		= White Chess Pieces,
		Icon			= ChessWhite,

See also