Cube: Difference between revisions

From PZwiki
m (Minor error fixed)
(Updated to version 40.43)
Line 1: Line 1:
{{languages|Bricktoys}}
{{languages|Bricktoys}}
{{Items
{{header|The Game World|Items|version=Version 40|incver=43}}{{Infobox normal
|image = Item_Cube.png
| display_name = Cube
|weight = 0.2
| name_colour =
}}  
| name_text_colour =
| image = Item_Cube.png
| image_width = 120px
| weight = 0.1
| function = ''None''
| class_name = Base.Cube
}}A '''cube''' is currently a useless {{T|item}}, and often considered as ''junk''.


==Description==
==Usage==
Loosely based on the real life Rubics Cube, Cubes are a seemingly useless item in the game as of the current version. Though in any near future, Cubes may get an entertainment type such as a [[Magazine]].
A cube has no use, being added purely for the purpose of clutter, creating more realism for the {{T|player}} when looting. In the future, they might be usable to entertain the player.


==Location==
==Distribution==
Usually found in houses, children play areas and rooms in book shelves and drawers of desks.
Usually found in houses, children play areas and rooms, in book shelves and drawers of desks. They can also be found in the glove box of [[vehicles]].
 
==Trivia==
The cube seen in game is loosely based on the real life Rubik's Cube.
 
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=43}}
<pre> item Cube
Weight = 0.2,
Type = Normal,
DisplayName = Cube,
Icon = Cube,
</pre>


==Also See==
==Also See==
* [[Bricktoys]]
* [[Bricktoys]]
* [[Dice]]
* [[Dice]]

Revision as of 05:18, 13 July 2019

Cube
Cube
General
Category Item
Encumbrance
Heavy Load
0.1
Function None
Technical details
Base ID Base.Cube

A cube is currently a useless item, and often considered as junk.

Usage

A cube has no use, being added purely for the purpose of clutter, creating more realism for the player when looting. In the future, they might be usable to entertain the player.

Distribution

Usually found in houses, children play areas and rooms, in book shelves and drawers of desks. They can also be found in the glove box of vehicles.

Trivia

The cube seen in game is loosely based on the real life Rubik's Cube.

Code

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

	item Cube
		Weight			= 0.2,
		Type			= Normal,
		DisplayName		= Cube,
		Icon			= Cube,

Also See