Cordless Phone: Difference between revisions

From PZwiki
m (Minor)
(→‎Code: Codebox Update)
Line 25: Line 25:


==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
{{Retrieved|version=39|incver=67.5}}
| {{CodeSnip
<pre>
  | lang = java
item CordlessPhone
  | line = true
Weight = 0.3,
  | start = 0
Type = Normal,
  | source = newitems.txt
DisplayName = Cordless Phone,
  | retrieved = true
Icon = CordlessPhone,
  | version = 39
</pre>
  | incver = 67.5
  | code =
item CordlessPhone
{
  Weight = 0.3,
  Type = Normal,
  DisplayName = Cordless Phone,
  Icon = CordlessPhone,
}
  }}
}}


==Trivia==
==Trivia==

Revision as of 04:16, 8 January 2024

Cordless Phone
CordlessPhone Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Function
Dismantle for scrap electronics
Technical
Item ID
Base.CordlesssPhone

A cordless phone is an electrical item.

Usage

The item currently has no function within Project Zomboid, although it can be dismantled for 1 electronics scrap, requiring a screwdriver.

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
ElectronicsScrap.png
Scrap Electronics
0.5 Electrical none Screwdriver.png
Screwdriver
(keep)

(consumed)

Distribution

Can be found by players in homes and businesses throughout Knox Country.

Code

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

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 39.67.5
item CordlessPhone
{
  Weight			= 0.3,
  Type				= Normal,
  DisplayName		= Cordless Phone,
  Icon				= CordlessPhone,
}

Trivia

  • Several radio stations mention that the phone lines haven't been working since before the Knox Event began.

See also