More actions
Mail Box
[[File:{{{icon5}}}|Mail Box||class=pixelart}}]]
[[File:{{{icon6}}}|Mail Box||class=pixelart}}]]
[[File:{{{icon7}}}|Mail Box||class=pixelart}}]]
[[File:{{{icon8}}}|Mail Box||class=pixelart}}]]
[[File:{{{icon9}}}|Mail Box||class=pixelart}}]]
Move
Pickup Skill (level)
Pickup Tool(s)
Place Tool(s)
Move type
Vegitation
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
street_decoration_01_18
street_decoration_01_19
street_decoration_01_20
street_decoration_01_21
street_decoration_01_19
street_decoration_01_20
street_decoration_01_21
Tile ID(s)
173018
173019
173020
173021
173019
173020
173021
A mail box is a movable tile.
Usage
This tile can be used to store items. It has a capacity of 5. It must be placed on the ground, on tiles that have sprites starting with 'blends_natural'. These tiles are mostly grasses and dirt. 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
{
"street_decoration_01_18": {
"name": "street_decoration_01_18",
"id": 173018,
"type": "MAX",
"tileSheetIndex": 18,
"properties": {
"generic": {
"container": "postbox",
"BlocksPlacement": "",
"ContainerCapacity": "5",
"CustomName": "Box",
"Facing": "E",
"GroupName": "Mail",
"IsLow": "",
"IsMoveAble": "",
"PickUpTool": "Shovel",
"PickUpWeight": 50,
"PlaceTool": "Shovel",
"MoveType": "Vegitation",
"HitByCar": "",
"DamagedSprite": "damaged_objects_01_18",
"MinimumCarSpeedDmg": "15"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"street_decoration_01_19": {
"name": "street_decoration_01_19",
"id": 173019,
"type": "MAX",
"tileSheetIndex": 19,
"properties": {
"generic": {
"container": "postbox",
"BlocksPlacement": "",
"ContainerCapacity": "5",
"CustomName": "Box",
"Facing": "S",
"GroupName": "Mail",
"IsLow": "",
"IsMoveAble": "",
"PickUpTool": "Shovel",
"PickUpWeight": 50,
"PlaceTool": "Shovel",
"MoveType": "Vegitation",
"HitByCar": "",
"DamagedSprite": "damaged_objects_01_19",
"MinimumCarSpeedDmg": "15"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"street_decoration_01_20": {
"name": "street_decoration_01_20",
"id": 173020,
"type": "MAX",
"tileSheetIndex": 20,
"properties": {
"generic": {
"container": "postbox",
"BlocksPlacement": "",
"ContainerCapacity": "5",
"CustomName": "Box",
"Facing": "W",
"GroupName": "Mail",
"IsLow": "",
"IsMoveAble": "",
"PickUpTool": "Shovel",
"PickUpWeight": 50,
"PlaceTool": "Shovel",
"MoveType": "Vegitation",
"HitByCar": "",
"DamagedSprite": "damaged_objects_01_20",
"MinimumCarSpeedDmg": "15"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"street_decoration_01_21": {
"name": "street_decoration_01_21",
"id": 173021,
"type": "MAX",
"tileSheetIndex": 21,
"properties": {
"generic": {
"container": "postbox",
"BlocksPlacement": "",
"ContainerCapacity": "5",
"CustomName": "Box",
"Facing": "N",
"GroupName": "Mail",
"IsLow": "",
"IsMoveAble": "",
"PickUpTool": "Shovel",
"PickUpWeight": 50,
"PlaceTool": "Shovel",
"MoveType": "Vegitation",
"HitByCar": "",
"DamagedSprite": "damaged_objects_01_21",
"MinimumCarSpeedDmg": "15"
}
}
}
}