Scanner Module: Difference between revisions

From PZwiki
(Added gallery with untextured 3d model and in game item photo)
(Verified claims, corrected distribution, updated usage, removed verification tag)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|The Game World|Items|Electricity and Engineering|type=Electric|version=Version 41|incver=50}}
{{Header|The Game World|Items|Electricity and Engineering|type=Electric|version=Version 41|incver=50}}
{{Unverified}}
{{Infobox item
{{Infobox item
|display_name=Scanner Module
|display_name=Scanner Module
Line 11: Line 10:
|class_name=Base.ScannerModule
|class_name=Base.ScannerModule
}}
}}
A '''scanner module''' is rare and currently useless electrical item.
A '''scanner module''' is a currently useless electrical item.


==Usage==
==Usage==
Scanner modules are rare and serve no purpose in the game.
Scanner modules serve no purpose in the game. They cannot be dismantled or crafted into anything. Currently they mostly serve to provide realism to the player while looting.


==Distribution==
==Distribution==
Scanner modules are currently rare. Spawning only in some loot containers.
Scanner modules can be found in radio factories, closets, garages, self storage units, in electricians crates and metal shelves.


==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/lua/server/recipecode.lua</code>, there exists a function to obtain the item named <code>DismantleRadioSpecial</code>, though it is never called.
*While a model exists in the game's files, there is no texture, and when the item is dropped in game it shows the 2d icon on the ground.
*While a model exists in the game's files, it has no texture. When the item is dropped in game it shows the 2D icon on the ground.


==Gallery==
==Gallery==

Revision as of 06:13, 9 January 2024

Scanner Module
General
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Technical
Item ID
Base.ScannerModule

A scanner module is a currently useless electrical item.

Usage

Scanner modules serve no purpose in the game. They cannot be dismantled or crafted into anything. Currently they mostly serve to provide realism to the player while looting.

Distribution

Scanner modules can be found in radio factories, closets, garages, self storage units, in electricians crates and metal shelves.

Trivia

  • In Project Zomboid directory/media/lua/server/recipecode.lua, there exists a function to obtain the item named DismantleRadioSpecial, though it is never called.
  • While a model exists in the game's files, it has no texture. When the item is dropped in game it shows the 2D icon on the ground.

Gallery

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_radio.txt

Retrieved: Build 41.50
item ScannerModule
{
    Weight        = 0.1,
    Type          = Normal,
    DisplayName   = Scanner Module,
    Icon          = ScannerChip,
}