Playing Cards: Difference between revisions

From PZwiki
m (→‎top: Replace "Infobox_normal" with "Infobox_item")
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|type=Default|version=Version 40|incver=5}}{{Infobox normal
{{Languages}}{{Header|The Game World|Items|type=Default|version=Version 40|incver=5}}{{Infobox item
|display_name=Playing Cards
|display_name=Playing Cards
|image=CardDeck.png
|model=CardDeck.png
|weight=0.2
|weight=0.2
|primary_use=Draw a random card
|primary_use=Draw a random card

Revision as of 06:07, 23 September 2023

The Game WorldItemsPlaying Cards
Playing Cards
General
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
Draw a random card
Technical
Item ID
Base.CardDeck

Playing cards are a miscellaneous item with very little use.

Usage

The only use of the playing cards is in using multiplayer commands. If the player has playing cards in their inventory, they can use the command /card, which will draw a random card (using the modern English deck format). The uses of this mechanic are up to the player's imagination.

Note that the playing cards cannot be used to improve the player's mood.

Distribution

Playing cards can be found in desks, wardrobes, library counters, or toy store shelves and in bars.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.5

	item CardDeck
		Weight		= 0.2,
		Type		= Normal,
		DisplayName	= Playing Cards,
		Icon		= CardDeck,

See also