Cordless Phone: Difference between revisions

From PZwiki
m (Added model image)
(Crafting was broken, fixed it :))
 
(23 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|Electricity_and_Engineering|type=Electrical|version=Version 39|incver=67.5}}{{Infobox normal
{{Header|Project Zomboid|Items|Electronics}}
|display_name=Cordless Phone
{{Page version|41.78.16}}
|name_colour=Electrical
{{Infobox item
|name_text_colour=Electrical
|name=Cordless Phone
|image = CordlessPhone_Model.png  
|model=CordlessPhone_Model.png
|alternate_image=CordlessPhone.png  
|icon=CordlessPhone.png
|alternate_name=Cordless Phone
|icon_name=Cordless Phone
|weight = 0.3
|category=Electronics
|primary_use = Dismantle for [[Electronics Scrap|electronics scrap]]
|weight=0.3
|class_name = Base.CordlesssPhone
|function=Dismantle for [[Scrap Electronics|scrap electronics]]
}}A '''cordless phone''' is an [[electrical]] item.
|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 header|ing=2}}
{{Crafting/sandbox2
{{Crafting_electrical|001|ing=2}}
|scrap_electronics
|}
}}


==Distribution==
==Distribution==
Line 23: Line 27:


==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 = 26
Type = Normal,
  | source = newitems.txt
DisplayName = Cordless Phone,
  | retrieved = true
Icon = CordlessPhone,
  | version = 41.78.16
</pre>
  | code =
item CordlessPhone
    {
        DisplayCategory = Electronics,
        Weight = 0.3,
        Type = Normal,
        DisplayName = Cordless Phone,
        Icon = CordlessPhone,
        WorldStaticModel = CordlessPhone,
    }
}}
}}


==Trivia==
==Trivia==
Line 38: Line 53:
==See also==
==See also==
*[[Electrical]]
*[[Electrical]]
*[[Walkie Talkie]]
*[[Ham Radio]]


{{Navbox equipment}}
{{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