String: Difference between revisions

From PZwiki
m (Automated Formatting)
m (minor fixes)
 
(One intermediate revision by the same user not shown)
Line 14: Line 14:
|item_id=Base.String
|item_id=Base.String
}}
}}
'''String''' is an upcoming [[material]].
A '''string''' is an upcoming [[material]].


==Usage==
==Usage==
Line 42: Line 42:


==See also==
==See also==
*[[Materials]]
*[[Yarn]]
*[[Material]]
*[[Build 42]]
*[[Build 42]]
{{Navbox items|tailoring_materials}}
{{Navbox items|tailoring_materials}}

Latest revision as of 17:19, 14 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
PictureKate.png
This is a future feature.
This article is about an item or mechanic that is currently unimplemented and planned for a future version.
It has either been previewed or found in the game files and does not exist yet.
String
String
General
Category
Material
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
None
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.

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