Deco_Trash_Pile_Large
Server/Item/Items/Deco/Deco_Trash_Pile_Large.json, 1.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Set | string |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
Icon | string |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Deco_Trash_Pile_Large.name"
},
"Set": "Scrap",
"BlockType": {
"DrawType": "Model",
"CustomModel": "Blocks/Dungeons/Trash_Pile_Large.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Dungeons/Trash_Pile_Texture.png",
"Weight": 1
},
{
"Texture": "Blocks/Dungeons/Trash_Pile_Texture2.png",
"Weight": 1
},
{
"Texture": "Blocks/Dungeons/Trash_Pile_Texture3.png",
"Weight": 1
}
],
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "SoftBlocks"
}
},
"BlockParticleSetId": "Metal",
"BlockSoundSetId": "Trashpile",
"VariantRotation": "NESW",
"Material": "Solid",
"Opacity": "Semitransparent",
"RandomRotation": "YawStep1",
"ParticleColor": "#9db8b8"
},
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.5,
"Rotation": [
7,
43,
10
],
"Translation": [
0.352,
-17
]
},
"Icon": "Icons/ItemsGenerated/Deco_Scrap_Trash_Pile_Large.png",
"Tags": {
"Type": [
"Deco"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}