Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

String

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
PictureKate.png
This is a future feature.
It has either been previewed or found in the game files and does not exist yet.
String
String Model.png
General
Category
Material
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Technical
Item ID
Base.String

A string is an upcoming material.

Usage

String currently does not spawn in game. Due to its material tag, it is likely it will be a part of the overhauled build 42 crafting system.

Trivia

  • String were originally added as a part of the RobertJohnson's and Thuztor's Farming Mod, with the old icons still being shipped with the game, although unused.

Gallery

History

Base.String

Version Description
Build 41.65 DisplayCategory added with value Material.
Build 41.51 WorldStaticModel added with value String.
RC2.9 - Build 0007 Released on this version.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item String
	{
	    DisplayCategory = Material,
		Weight	=	0.2,
		Type	=	Normal,
		DisplayName	=	String,
		Icon	=	String,
		WorldStaticModel = String,
	}

See also