More actions
Red Counter
[[File:{{{icon5}}}|Red Counter||class=pixelart}}]]
[[File:{{{icon6}}}|Red Counter||class=pixelart}}]]
[[File:{{{icon7}}}|Red Counter||class=pixelart}}]]
[[File:{{{icon8}}}|Red Counter||class=pixelart}}]]
[[File:{{{icon9}}}|Red Counter||class=pixelart}}]]
Move
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_shop_gas2go_01_19
location_shop_gas2go_01_21
location_shop_gas2go_01_23
location_shop_gas2go_01_17
location_shop_gas2go_01_21
location_shop_gas2go_01_23
location_shop_gas2go_01_17
Tile ID(s)
241019
241021
241023
241017
241021
241023
241017
A red counter 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.
Disassembly materials | |||
---|---|---|---|
Material | Amount of tries | Base chance | Maximum amount |
Plank | 6 | 40 | 6 |
Nails | 4 | 50 | 4 |
Screws | 4 | 50 | 4 |
Plank | 1 | 90 | 1 |
On dismantle failure | |||
Scrap Wood |
Breakage occurs when the player fails at picking up an item.
Breakage materials | ||
---|---|---|
Item dropped | Maximum amount | Chance per roll |
Plank | 3 | 20 |
Nails | 1 | 10 |
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_shop_gas2go_01_19": {
"name": "location_shop_gas2go_01_19",
"id": 241019,
"type": "MAX",
"tileSheetIndex": 19,
"properties": {
"generic": {
"container": "counter",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerPosition": "Low",
"CustomName": "Counter",
"Facing": "E",
"GroupName": "Gas2Go",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 100,
"PlaceTool": "Hammer",
"Surface": "34",
"IsTable": "",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_shop_gas2go_01_21": {
"name": "location_shop_gas2go_01_21",
"id": 241021,
"type": "MAX",
"tileSheetIndex": 21,
"properties": {
"generic": {
"container": "counter",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerPosition": "Low",
"CustomName": "Counter",
"Facing": "S",
"GroupName": "Gas2Go",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 100,
"PlaceTool": "Hammer",
"Surface": "34",
"IsTable": "",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_shop_gas2go_01_23": {
"name": "location_shop_gas2go_01_23",
"id": 241023,
"type": "MAX",
"tileSheetIndex": 23,
"properties": {
"generic": {
"container": "counter",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerPosition": "Low",
"CustomName": "Counter",
"Facing": "W",
"GroupName": "Gas2Go",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 100,
"PlaceTool": "Hammer",
"Surface": "34",
"IsTable": "",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_shop_gas2go_01_17": {
"name": "location_shop_gas2go_01_17",
"id": 241017,
"type": "MAX",
"tileSheetIndex": 17,
"properties": {
"generic": {
"container": "counter",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerPosition": "Low",
"CustomName": "Counter",
"Facing": "N",
"GroupName": "Gas2Go",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 100,
"PlaceTool": "Hammer",
"Surface": "34",
"IsTable": "",
"CanBreak": ""
}
}
}
}