More actions
Double Stacked Hay
[[File:{{{icon2}}}|Double Stacked Hay||class=pixelart}}]]
[[File:{{{icon3}}}|Double Stacked Hay||class=pixelart}}]]
[[File:{{{icon4}}}|Double Stacked Hay||class=pixelart}}]]
[[File:{{{icon5}}}|Double Stacked Hay||class=pixelart}}]]
[[File:{{{icon6}}}|Double Stacked Hay||class=pixelart}}]]
[[File:{{{icon7}}}|Double Stacked Hay||class=pixelart}}]]
[[File:{{{icon8}}}|Double Stacked Hay||class=pixelart}}]]
[[File:{{{icon9}}}|Double Stacked Hay||class=pixelart}}]]
Properties
Type
Movable
Is low
True
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
vegetation_farm_01_10
vegetation_farm_01_11
vegetation_farm_01_18
vegetation_farm_01_19
vegetation_farm_01_11
vegetation_farm_01_18
vegetation_farm_01_19
Tile ID(s)
176010
176011
176018
176019
176011
176018
176019
A double 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_10": {
"name": "vegetation_farm_01_10",
"id": 176010,
"type": "MAX",
"tileSheetIndex": 10,
"properties": {
"generic": {
"solidtrans": "",
"BlocksPlacement": "",
"CustomName": "Double Stacked Hay",
"IsLow": "",
"IsMoveAble": "",
"PickUpWeight": 100,
"Surface": "34",
"IsTable": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"vegetation_farm_01_11": {
"name": "vegetation_farm_01_11",
"id": 176011,
"type": "MAX",
"tileSheetIndex": 11,
"properties": {
"generic": {
"solidtrans": "",
"BlocksPlacement": "",
"CustomName": "Double Stacked Hay",
"IsMoveAble": "",
"PickUpWeight": 100,
"Surface": "34",
"IsSurfaceOffset": "",
"IsTableTop": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"vegetation_farm_01_18": {
"name": "vegetation_farm_01_18",
"id": 176018,
"type": "MAX",
"tileSheetIndex": 18,
"properties": {
"generic": {
"solidtrans": "",
"BlocksPlacement": "",
"CustomName": "Double Stacked Hay",
"IsLow": "",
"IsMoveAble": "",
"PickUpWeight": 100,
"Surface": "34",
"IsTable": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"vegetation_farm_01_19": {
"name": "vegetation_farm_01_19",
"id": 176019,
"type": "MAX",
"tileSheetIndex": 19,
"properties": {
"generic": {
"solidtrans": "",
"BlocksPlacement": "",
"CustomName": "Double Stacked Hay",
"IsMoveAble": "",
"PickUpWeight": 100,
"Surface": "34",
"IsSurfaceOffset": "",
"IsTableTop": ""
}
}
}
}