Bell: Difference between revisions

From PZwiki
m (→‎top: Replace "Infobox_normal" with "Infobox_item")
(→‎Code: code box update)
Line 21: Line 21:


== Code ==
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
 
{{Retrieved|version=41|incver=78.16}}
{{CodeBox
<pre>    item Bell
| {{CodeSnip
    {
  | lang = java
        DisplayCategory = Junk,
  | line = true
        Weight = 0.1,
  | start = 0
        Type = Normal,
  | source = newitems.txt
        DisplayName = Bell,
  | retrieved = true
        Icon = Bell,
  | version = 41
        MetalValue = 50,
  | incver = 78.16
        WorldStaticModel = Bell,
  | code =
    }</pre>
item Bell
{
    DisplayCategory = Junk,
    Weight = 0.1,
    Type = Normal,
    DisplayName = Bell,
    Icon = Bell,
    MetalValue = 50,
    WorldStaticModel = Bell,
}
  }}
}}


==See also==
==See also==
* [[Corkscrew]]
* [[Corkscrew]]

Revision as of 08:15, 8 January 2024

Bell
Bell Model.png
General
Category
Junk
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
None
Technical
Item ID
Base.Bell

A bell is currently a useless item, and often considered as junk.

Usage

A bell has no use, being added purely for the purpose of clutter, creating more realism for the player when looting.

Distribution

Bells can be found in motels.

Code

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

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Bell
{
    DisplayCategory = Junk,
    Weight = 0.1,
    Type = Normal,
    DisplayName = Bell,
    Icon = Bell,
    MetalValue = 50,
    WorldStaticModel = Bell,
}

See also