More actions
Single Stacked Hay
[[File:{{{icon2}}}|Single Stacked Hay||class=pixelart}}]]
[[File:{{{icon3}}}|Single Stacked Hay||class=pixelart}}]]
[[File:{{{icon4}}}|Single Stacked Hay||class=pixelart}}]]
[[File:{{{icon5}}}|Single Stacked Hay||class=pixelart}}]]
[[File:{{{icon6}}}|Single Stacked Hay||class=pixelart}}]]
[[File:{{{icon7}}}|Single Stacked Hay||class=pixelart}}]]
[[File:{{{icon8}}}|Single Stacked Hay||class=pixelart}}]]
[[File:{{{icon9}}}|Single Stacked Hay||class=pixelart}}]]
Properties
Type
Movable
Is low
True
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
vegetation_farm_01_8
vegetation_farm_01_9
vegetation_farm_01_16
vegetation_farm_01_17
vegetation_farm_01_9
vegetation_farm_01_16
vegetation_farm_01_17
Tile ID(s)
176008
176009
176016
176017
176009
176016
176017
A single stacked hay 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_farm_01_8": {
"name": "vegetation_farm_01_8",
"id": 176008,
"type": "MAX",
"tileSheetIndex": 8,
"properties": {
"generic": {
"solidtrans": "",
"BlocksPlacement": "",
"CustomName": "Single Stacked Hay",
"IsLow": "",
"IsMoveAble": "",
"PickUpWeight": 50,
"Surface": "15",
"IsTable": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"vegetation_farm_01_9": {
"name": "vegetation_farm_01_9",
"id": 176009,
"type": "MAX",
"tileSheetIndex": 9,
"properties": {
"generic": {
"solidtrans": "",
"BlocksPlacement": "",
"CustomName": "Single Stacked Hay",
"IsMoveAble": "",
"PickUpWeight": 50,
"Surface": "34",
"IsSurfaceOffset": "",
"IsTableTop": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"vegetation_farm_01_16": {
"name": "vegetation_farm_01_16",
"id": 176016,
"type": "MAX",
"tileSheetIndex": 16,
"properties": {
"generic": {
"solidtrans": "",
"BlocksPlacement": "",
"CustomName": "Single Stacked Hay",
"IsLow": "",
"IsMoveAble": "",
"PickUpWeight": 50,
"Surface": "15",
"IsTable": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"vegetation_farm_01_17": {
"name": "vegetation_farm_01_17",
"id": 176017,
"type": "MAX",
"tileSheetIndex": 17,
"properties": {
"generic": {
"solidtrans": "",
"BlocksPlacement": "",
"CustomName": "Single Stacked Hay",
"IsMoveAble": "",
"PickUpWeight": 50,
"Surface": "34",
"IsSurfaceOffset": "",
"IsTableTop": ""
}
}
}
}