More actions
Square Gravestone
[[File:{{{icon3}}}|Square Gravestone||class=pixelart}}]]
[[File:{{{icon4}}}|Square Gravestone||class=pixelart}}]]
[[File:{{{icon5}}}|Square Gravestone||class=pixelart}}]]
[[File:{{{icon6}}}|Square Gravestone||class=pixelart}}]]
[[File:{{{icon7}}}|Square Gravestone||class=pixelart}}]]
[[File:{{{icon8}}}|Square Gravestone||class=pixelart}}]]
[[File:{{{icon9}}}|Square Gravestone||class=pixelart}}]]
Properties
Type
Movable
Is low
True
Move
Pickup Skill (level)
Pickup Tool(s)
Place Tool(s)
Move type
Vegitation
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_community_cemetary_01_5
location_community_cemetary_01_4
location_community_cemetary_01_4
Tile ID(s)
259005
259004
259004
A square gravestone is a movable tile.
Usage
This tile uses the generic movable item when picked up. It must be placed on the ground, on tiles that have sprites starting with 'blends_natural'. These tiles are mostly grasses and dirt.
Crafting
The following table contains the materials that can drop when disassembling this tile.
Disassembly materials | |||
---|---|---|---|
Material | Amount of tries | Base chance | Maximum amount |
Stone | 4 | 90 | 4 |
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_community_cemetary_01_5": {
"name": "location_community_cemetary_01_5",
"id": 259005,
"type": "isMoveAbleObject",
"tileSheetIndex": 5,
"properties": {
"generic": {
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Gravestone",
"Facing": "E",
"GroupName": "Square",
"IsLow": "",
"IsMoveAble": "",
"Material": "Stone",
"PickUpTool": "Shovel",
"PickUpWeight": 150,
"PlaceTool": "Shovel",
"ScrapSize": "Small",
"MoveType": "Vegitation",
"StopCar": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_community_cemetary_01_4": {
"name": "location_community_cemetary_01_4",
"id": 259004,
"type": "isMoveAbleObject",
"tileSheetIndex": 4,
"properties": {
"generic": {
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Gravestone",
"Facing": "S",
"GroupName": "Square",
"IsLow": "",
"IsMoveAble": "",
"Material": "Stone",
"PickUpTool": "Shovel",
"PickUpWeight": 150,
"PlaceTool": "Shovel",
"ScrapSize": "Small",
"MoveType": "Vegitation",
"StopCar": ""
}
}
}
}