Scanner Module: Difference between revisions

From PZwiki
m ({{Notice|verify}} -> {{Unverified}})
(→‎Code: Codebox Update)
Line 20: Line 20:


==Code==
==Code==
'''''From items_radio.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
{{Retrieved|version=41|incver=50}}
| {{CodeSnip
<pre>
  | lang = java
item ScannerModule
  | line = true
Weight = 0.1,
  | start = 0
Type = Normal,
  | source = items_radio.txt
DisplayName = Scanner Module,
  | retrieved = true
Icon = ScannerChip,
  | version = 41
</pre>
  | incver = 50
  | code =
item ScannerModule
{
    Weight       = 0.1,
    Type         = Normal,
    DisplayName   = Scanner Module,
    Icon         = ScannerChip,
}
  }}
}}


==Trivia==
==Trivia==

Revision as of 04:27, 8 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
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

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

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.