Scanner Module: Difference between revisions

From PZwiki
m (Automated {{Languages}} removal.)
m (Automated header update.)
Line 1: Line 1:
{{Header/sandbox2|Project Zomboid|Items|Materials}}
{{Header|Project Zomboid|Items|Materials}}
{{Page version|41.50}}
{{Page version|41.50}}
{{Infobox item
{{Infobox item

Revision as of 14:25, 4 March 2024

Project ZomboidItemsMaterialsScanner Module
Spiffo controlyourself.png
This page was last updated for an older version (41.50).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Scanner Module
ScannerChip.png
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,
}