Cordless Phone: Difference between revisions

From PZwiki
m (category)
(Crafting was broken, fixed it :))
 
(28 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{Languages|Cordless Phone}}
{{Header|Project Zomboid|Items|Electronics}}
{{header|The Game World|Items|Electricity_and_Engineering|type=Electrical|version=Version 39|incver=67.5}}{{Infobox normal
{{Page version|41.78.16}}
|display_name=Cordless Phone
{{Infobox item
|name_colour=Electrical
|name=Cordless Phone
|name_text_colour=Electrical
|model=CordlessPhone_Model.png
|image = CordlessPhone.png
|icon=CordlessPhone.png
|weight = 0.3
|icon_name=Cordless Phone
|primary_use = Dismantle for [[Electronics Scrap|electronics scrap]]
|category=Electronics
|class_name = Base.CordlesssPhone
|weight=0.3
}}A '''cordless phone''' is an [[electrical]] item.
|function=Dismantle for [[Scrap Electronics|scrap electronics]]
|item_id=Base.CordlesssPhone
}}
A '''cordless phone''' is an [[electrical]] item.


==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==
{{Crafting table header}}
{{Crafting/sandbox2
{{RecipeLookup|7000}}
|scrap_electronics
{{Crafting table footer}}
}}


==Distribution==
==Distribution==
Can be found by players in homes and businesses throughout [[Knox County]].
Can be found by players in homes and businesses throughout [[Knox Country]].


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


==Trivia==
==Trivia==
Line 34: Line 52:


==See also==
==See also==
[[Electrical|Electrical Guide]]
*[[Electrical]]
*[[Walkie Talkie]]
*[[Ham Radio]]
 
{{Navbox items|equipment}}


[[Category:Electrical]]
[[Category:Electricals and Transmission (Project)]]
[[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