Cordless Phone: Difference between revisions

From PZwiki
m (→‎top: category project: "The Game World")
(Updated to B41)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|Electricity_and_Engineering|type=Electrical|version=Version 39|incver=67.5}}
{{Header|Project Zomboid|Items|Electricity_and_Engineering|type=Electrical|version=Version 41|incver=78.16}}
{{Infobox item
{{Infobox item
|display_name=Cordless Phone
|display_name=Cordless Phone
Line 14: Line 14:


==Usage==
==Usage==
The item currently has no function within [[Project Zomboid]], although it can be dismantled for 1 [[Electronics_Scrap|electronics scrap]], requiring a [[screwdriver]].
The cordless phone's current only use is to be dismantled for 1 [[Electronics_Scrap|electronics scrap]], requiring a [[screwdriver]].
 
It cannot be used for communication like the [[Walkie Talkie|walkie talkie]] or [[Ham Radio|ham radio]].


==Crafting==
==Crafting==
Line 29: Line 31:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 0
   | start = 26
   | source = newitems.txt
   | source = newitems.txt
   | retrieved = true
   | retrieved = true
   | version = 39
   | version = 41
   | incver = 67.5
   | incver = 78.16
   | code =
   | code =
item CordlessPhone
item CordlessPhone
{
{
  Weight = 0.3,
    DisplayCategory = Electronics,
  Type = Normal,
    Weight = 0.3,
  DisplayName = Cordless Phone,
    Type = Normal,
  Icon = CordlessPhone,
    DisplayName = Cordless Phone,
    Icon = CordlessPhone,
    WorldStaticModel = CordlessPhone,
}
}
   }}
   }}
Line 50: Line 54:
==See also==
==See also==
*[[Electrical]]
*[[Electrical]]
*[[Walkie Talkie]]
*[[Ham Radio]]


{{Navbox equipment}}
{{Navbox equipment}}


[[Category:Electricals and Transmission (Project)]]
[[Category:Electricals and Transmission (Project)]]

Revision as of 03:04, 12 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 cordless phone's current only use is to be dismantled for 1 electronics scrap, requiring a screwdriver.

It cannot be used for communication like the walkie talkie or ham radio.

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 41.78.16
item CordlessPhone
{
    DisplayCategory = Electronics,
    Weight	=	0.3,
    Type	=	Normal,
    DisplayName	=	Cordless Phone,
    Icon	=	CordlessPhone,
    WorldStaticModel = CordlessPhone,
}

Trivia

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

See also