Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

David the Gnome

From PZwiki
Project ZomboidTilesDecorationsDavid the Gnome
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
David The Gnome
Vegetation ornamental 01 49.png
Vegetation ornamental 01 48.png
[[File:{{{icon3}}}|David The Gnome||class=pixelart}}]]
[[File:{{{icon4}}}|David The Gnome||class=pixelart}}]]
[[File:{{{icon5}}}|David The Gnome||class=pixelart}}]]
[[File:{{{icon6}}}|David The Gnome||class=pixelart}}]]
[[File:{{{icon7}}}|David The Gnome||class=pixelart}}]]
[[File:{{{icon8}}}|David The Gnome||class=pixelart}}]]
[[File:{{{icon9}}}|David The Gnome||class=pixelart}}]]
General
Category
Furniture
EncumbranceMoodle Icon HeavyLoad.png
4.0
Size
1 tile
Properties
Type
Movable
Is low
True
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
vegetation_ornamental_01_49
vegetation_ornamental_01_48
Tile ID(s)
180049
180048

A David the gnome is a movable tile.

Usage

This tile uses the generic movable item when picked up.

Code

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

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "vegetation_ornamental_01_49": {
          "name": "vegetation_ornamental_01_49",
          "id": 180049,
          "type": "MAX",
          "tileSheetIndex": 49,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CustomName": "The Gnome",
                  "Facing": "E",
                  "GroupName": "David",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "PickUpWeight": 40
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "vegetation_ornamental_01_48": {
          "name": "vegetation_ornamental_01_48",
          "id": 180048,
          "type": "MAX",
          "tileSheetIndex": 48,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CustomName": "The Gnome",
                  "Facing": "S",
                  "GroupName": "David",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "PickUpWeight": 40
              }
          }
      }
  }

See also