Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Battered Gravestone

From PZwiki
Revision as of 02:04, 20 October 2024 by Calvy (talk | contribs) (Rework)
Project ZomboidTilesDecorationsGravestonesBattered Gravestone
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Battered Gravestone
Location community cemetary 01 9.png
Location community cemetary 01 8.png
[[File:{{{icon3}}}|Battered Gravestone||class=pixelart}}]]
[[File:{{{icon4}}}|Battered Gravestone||class=pixelart}}]]
[[File:{{{icon5}}}|Battered Gravestone||class=pixelart}}]]
[[File:{{{icon6}}}|Battered Gravestone||class=pixelart}}]]
[[File:{{{icon7}}}|Battered Gravestone||class=pixelart}}]]
[[File:{{{icon8}}}|Battered Gravestone||class=pixelart}}]]
[[File:{{{icon9}}}|Battered Gravestone||class=pixelart}}]]
General
Category
Furniture
EncumbranceMoodle Icon HeavyLoad.png
15.0
Size
1 tile
Properties
Type
Movable
Is low
True
Move
Pickup Skill (level)
Pickup Tool(s)
Place Tool(s)
Move type
Vegitation
Disassemble
Skill (level)
Tool(s)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_community_cemetary_01_9
location_community_cemetary_01_8
Tile ID(s)
259009
259008

A battered 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.

Base chance is not a percentage, but can provide a basic idea of rarity.
Disassembly materials
Material Amount of tries Base chance Maximum amount
Stone 4 90 4

Variants

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_community_cemetary_01_9": {
          "name": "location_community_cemetary_01_9",
          "id": 259009,
          "type": "isMoveAbleObject",
          "tileSheetIndex": 9,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Gravestone",
                  "Facing": "E",
                  "GroupName": "Battered",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Stone",
                  "PickUpTool": "Shovel",
                  "PickUpWeight": 150,
                  "PlaceTool": "Shovel",
                  "ScrapSize": "Small",
                  "MoveType": "Vegitation",
                  "StopCar": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_community_cemetary_01_8": {
          "name": "location_community_cemetary_01_8",
          "id": 259008,
          "type": "isMoveAbleObject",
          "tileSheetIndex": 8,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Gravestone",
                  "Facing": "S",
                  "GroupName": "Battered",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Stone",
                  "PickUpTool": "Shovel",
                  "PickUpWeight": 150,
                  "PlaceTool": "Shovel",
                  "ScrapSize": "Small",
                  "MoveType": "Vegitation",
                  "StopCar": ""
              }
          }
      }
  }

See also