Scanner Module: Difference between revisions

From PZwiki
(fixed page, proof of scanner attainability (https://cdn.discordapp.com/attachments/683088474479263759/989328408397897738/unknown.png))
m (Minor cleanup)
Line 1: Line 1:
{{languages|Motion Sensor}}
{{Languages}}{{Header|The Game World|Items|Electricity and Engineering|type=Electric|version=Version 41|incver=50}}{{Notice|verify}}{{Infobox normal
{{header|The Game World|Items|Electricity and Engineering|type=Electric|version=Version 41|incver=50}}
{{notice|verify}}
{{Infobox normal
|display_name=Scanner Module
|display_name=Scanner Module
|name_colour=Electrical
|name_colour=Electrical
Line 10: Line 7:
|weight=0.1
|weight=0.1
|class_name=ScannerModule
|class_name=ScannerModule
}}
}}A '''scanner module''' is rare and currently useless electrical item.
A '''scanner module''' is an rare and useless electrical item.


== Usage ==
==Usage==
Scanner modules are rare and serve no purpose in the game.
Scanner modules are rare and serve no purpose in the game.


== Distribution ==
==Distribution==
Scanner modules are currently rare. Spawning only in some loot containers.
Scanner modules are currently rare. Spawning only in some loot containers.


== Code ==
==Code==
'''''From items_radio.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_radio.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=50}}
{{Retrieved|version=41|incver=50}}
<pre> item ScannerModule
<pre>
item ScannerModule
Weight = 0.1,
Weight = 0.1,
Type = Normal,
Type = Normal,
Line 29: Line 26:
</pre>
</pre>


== Trivia ==
==Trivia==
*In <code>Project Zomboid directory/media/scripts/lua/server/recipecode.lua</code>, there exists a function to obtain the item named <code>DismantleRadioSpecial</code>, though it is never called.
*In <code>Project Zomboid directory/media/scripts/lua/server/recipecode.lua</code>, there exists a function to obtain the item named <code>DismantleRadioSpecial</code>, though it is never called.


{{Navbox/Electricity and Engineering}}
{{Navbox equipment}}

Revision as of 12:05, 9 April 2023

CandleLit.png
This article may have claims which require verification.
Editors should verify the article's current content and, while adding content, check new information.
Scanner Module
Scanner Module
General
Category Item
Encumbrance
Heavy Load
0.1
Technical details
Base ID ScannerModule

A scanner module is rare and currently useless electrical item.

Usage

Scanner modules are rare and serve no purpose in the game.

Distribution

Scanner modules are currently rare. Spawning only in some loot containers.

Code

From items_radio.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.50

	item ScannerModule
		Weight		= 0.1,
		Type		= Normal,
		DisplayName	= Scanner Module,
		Icon		= ScannerChip,

Trivia

  • In Project Zomboid directory/media/scripts/lua/server/recipecode.lua, there exists a function to obtain the item named DismantleRadioSpecial, though it is never called.