Cordless Phone: Difference between revisions

From PZwiki
No edit summary
(Crafting was broken, fixed it :))
 
(34 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{Languages|Game Modes}}
{{Header|Project Zomboid|Items|Electronics}}
{{Notice|Underconstruction}}
{{Page version|41.78.16}}
<small>'''''*Last update to construction: 26/04/2018*'''''</small>
{{Infobox item
[[File:Title_Screen.png|400px|thumb|right|Title Screen]]
|name=Cordless Phone
|model=CordlessPhone_Model.png
|icon=CordlessPhone.png
|icon_name=Cordless Phone
|category=Electronics
|weight=0.3
|function=Dismantle for [[Scrap Electronics|scrap electronics]]
|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|electronics scrap]], requiring a [[screwdriver]].
 
It cannot be used for communication like the [[Walkie Talkie|walkie talkie]] or [[Ham Radio|ham radio]].
 
==Crafting==
{{Crafting/sandbox2
|scrap_electronics
}}
 
==Distribution==
Can be found by players in homes and businesses throughout [[Knox Country]].
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 26
  | source = newitems.txt
  | retrieved = true
  | version = 41.78.16
  | code =
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==
*[[Electrical]]
*[[Walkie Talkie]]
*[[Ham Radio]]
 
{{Navbox items|equipment}}
 
[[Category:Electrical]]
[[Category:Electricals and Transmission (Project)]]

Latest revision as of 05:05, 20 April 2024

Project ZomboidItemsElectronicsCordless Phone
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Cordless Phone
CordlessPhone Model.png
General
Category
Electronics
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 Ingredients Tools Requirements Workstation XP
ElectronicsParts.png
Scrap Electronics
One of:
CordlessPhone.png Cordless Phone ×1
DigitalWatch.png Digital Watch ×1
Earbuds.png Earbuds ×1
Flashlight.png Flashlight ×1
Flashlight2.png Hand Torch ×1
Headphones.png Headphones ×1
VideoGame.png Video Game ×1
Screwdriver.png
Screwdriver
none none 0.5 Electrical

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