More actions
Mobile Tool Counter
[[File:{{{icon5}}}|Mobile Tool Counter||class=pixelart}}]]
[[File:{{{icon6}}}|Mobile Tool Counter||class=pixelart}}]]
[[File:{{{icon7}}}|Mobile Tool Counter||class=pixelart}}]]
[[File:{{{icon8}}}|Mobile Tool Counter||class=pixelart}}]]
[[File:{{{icon9}}}|Mobile Tool Counter||class=pixelart}}]]
Properties
Type
Movable
Is low
True
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_community_medical_01_50
location_community_medical_01_49
location_community_medical_01_48
location_community_medical_01_51
location_community_medical_01_49
location_community_medical_01_48
location_community_medical_01_51
Tile ID(s)
213050
213049
213048
213051
213049
213048
213051
A mobile tool counter is a movable tile.
Usage
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
{
"location_community_medical_01_50": {
"name": "location_community_medical_01_50",
"id": 213050,
"type": "MAX",
"tileSheetIndex": 50,
"properties": {
"generic": {
"BlocksPlacement": "",
"CustomName": "Counter",
"Facing": "E",
"GroupName": "Mobile Tool",
"IsLow": "",
"IsMoveAble": "",
"PickUpWeight": 50,
"ScrapSize": "Small",
"ItemHeight": "30"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_community_medical_01_49": {
"name": "location_community_medical_01_49",
"id": 213049,
"type": "MAX",
"tileSheetIndex": 49,
"properties": {
"generic": {
"BlocksPlacement": "",
"CustomName": "Counter",
"Facing": "S",
"GroupName": "Mobile Tool",
"IsLow": "",
"IsMoveAble": "",
"PickUpWeight": 50,
"ScrapSize": "Small",
"ItemHeight": "30"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_community_medical_01_48": {
"name": "location_community_medical_01_48",
"id": 213048,
"type": "MAX",
"tileSheetIndex": 48,
"properties": {
"generic": {
"BlocksPlacement": "",
"CustomName": "Counter",
"Facing": "W",
"GroupName": "Mobile Tool",
"IsLow": "",
"IsMoveAble": "",
"PickUpWeight": 50,
"ScrapSize": "Small",
"ItemHeight": "30"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_community_medical_01_51": {
"name": "location_community_medical_01_51",
"id": 213051,
"type": "MAX",
"tileSheetIndex": 51,
"properties": {
"generic": {
"BlocksPlacement": "",
"CustomName": "Counter",
"Facing": "N",
"GroupName": "Mobile Tool",
"IsLow": "",
"IsMoveAble": "",
"PickUpWeight": 50,
"ScrapSize": "Small",
"ItemHeight": "30"
}
}
}
}