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

Angelic Gravestone

From PZwiki
Project ZomboidTilesDecorationsGravestonesAngelic Gravestone
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Angelic Gravestone
Location community cemetary 01 11.png
[[File:{{{icon2}}}|Angelic Gravestone||class=pixelart}}]]
[[File:{{{icon3}}}|Angelic Gravestone||class=pixelart}}]]
[[File:{{{icon4}}}|Angelic Gravestone||class=pixelart}}]]
[[File:{{{icon5}}}|Angelic Gravestone||class=pixelart}}]]
[[File:{{{icon6}}}|Angelic Gravestone||class=pixelart}}]]
[[File:{{{icon7}}}|Angelic Gravestone||class=pixelart}}]]
[[File:{{{icon8}}}|Angelic Gravestone||class=pixelart}}]]
[[File:{{{icon9}}}|Angelic Gravestone||class=pixelart}}]]
General
Category
Angelic Gravestone
EncumbranceMoodle Icon HeavyLoad.png
20.0
Size
1 tile
Properties
Type
Movable
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_11
Tile ID(s)
259011

An angelic gravestone is a movable tile.

Usage

This tile uses the generic movable item when picked up.

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
Stone 4 90 4
Stone 4 90 4

Code

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

Source: ProjectZomboid\media\n\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_community_cemetary_01_11": {
          "name": "location_community_cemetary_01_11",
          "id": 259011,
          "type": "isMoveAbleObject",
          "tileSheetIndex": 11,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Angelic Gravestone",
                  "IsMoveAble": "",
                  "Material": "Stone",
                  "Material2": "Stone",
                  "Material3": "Stone",
                  "PickUpTool": "Shovel",
                  "PickUpWeight": 200,
                  "PlaceTool": "Shovel",
                  "ScrapSize": "Large",
                  "MoveType": "Vegitation",
                  "StopCar": ""
              }
          }
      }
  }

See also