More actions
David The Gnome
[[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}}]]
Properties
Type
Movable
Is low
True
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
vegetation_ornamental_01_49
vegetation_ornamental_01_48
vegetation_ornamental_01_48
Tile ID(s)
180049
180048
180048
A David the gnome is a movable tile.
Usage
This tile uses the generic movable item when picked up.
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"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
{
"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
}
}
}
}