More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
Female Bust
[[File:{{{icon3}}}|Female Bust||class=pixelart}}]]
[[File:{{{icon4}}}|Female Bust||class=pixelart}}]]
[[File:{{{icon5}}}|Female Bust||class=pixelart}}]]
[[File:{{{icon6}}}|Female Bust||class=pixelart}}]]
[[File:{{{icon7}}}|Female Bust||class=pixelart}}]]
[[File:{{{icon8}}}|Female Bust||class=pixelart}}]]
[[File:{{{icon9}}}|Female Bust||class=pixelart}}]]
Properties
Type
Movable
Move
Pickup Skill (level)
Carpentry (2)
Pickup Tool(s)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_entertainment_gallery_02_49
location_entertainment_gallery_02_50
location_entertainment_gallery_02_50
Tile ID(s)
299049
299050
299050
A female bust 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_entertainment_gallery_02_49": {
"name": "location_entertainment_gallery_02_49",
"id": 299049,
"type": "MAX",
"tileSheetIndex": 49,
"properties": {
"generic": {
"BlocksPlacement": "",
"CustomName": "Bust",
"Facing": "E",
"GroupName": "Female",
"IsMoveAble": "",
"Material": "Brick",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 200
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_entertainment_gallery_02_50": {
"name": "location_entertainment_gallery_02_50",
"id": 299050,
"type": "MAX",
"tileSheetIndex": 50,
"properties": {
"generic": {
"BlocksPlacement": "",
"CustomName": "Bust",
"Facing": "S",
"GroupName": "Female",
"IsMoveAble": "",
"Material": "Brick",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 200
}
}
}
}