Bell: Difference between revisions

From PZwiki
(added model + update code block)
m (→‎top: Replace "Infobox_normal" with "Infobox_item")
Line 1: Line 1:
{{languages}}
{{languages}}
{{header|The Game World|Items|version=Version 41|incver=78.16}}{{Infobox normal
{{header|The Game World|Items|version=Version 41|incver=78.16}}{{Infobox item
| display_name = Bell
| display_name = Bell
| name_colour =  
| name_colour =  
| name_text_colour =  
| name_text_colour =  
| image = Bell_Model.png
| model = Bell_Model.png
| image_width = 200px
| model_width = 200px
| alternate_image = Bell.png
| icon = Bell.png
| alternate_name = Bell
| icon_name = Bell
| category = Junk
| category = Junk
| weight = 0.1
| weight = 0.1

Revision as of 06:29, 23 September 2023

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

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.78.16

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

See also