Scanner Module: Difference between revisions

From PZwiki
(→‎Trivia: Trivia update)
(Added gallery with untextured 3d model and in game item photo)
Line 2: Line 2:
{{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}}
{{Unverified}}
{{Reupload}}<!--Missing 3D model-->
{{Infobox item
{{Infobox item
|display_name=Scanner Module
|display_name=Scanner Module
Line 19: Line 18:
==Distribution==
==Distribution==
Scanner modules are currently rare. Spawning only in some loot containers.
Scanner modules are currently rare. Spawning only in some loot containers.
==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.
*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.
==Gallery==
<gallery widths=250px heights=250px>
ScannerModule_Model.png|The untextured scanner module model found in the game's files.
ScannerModule_Ingame.png|The scanner module as seen when dropped in game.
</gallery>


==Code==
==Code==
Line 40: Line 49:
   }}
   }}
}}
}}
==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.
*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.


{{Navbox equipment}}
{{Navbox equipment}}

Revision as of 05:49, 9 January 2024

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
General
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Technical
Item ID
Base.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.

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.
  • 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.

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,
}