Deco_Treasure_Pile_Large
Server/Item/Items/Deco/Deco_Treasure_Pile_Large.json, 1.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Set | string |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
Icon | string |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Deco_Treasure_Pile_Large.name"
},
"Categories": [
"Blocks.Deco"
],
"Set": "Scrap",
"BlockType": {
"DrawType": "Model",
"CustomModel": "Blocks/Dungeons/Treasure_Pile_Large.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Dungeons/Treasure_Pile_Texture.png",
"Weight": 1
},
{
"Texture": "Blocks/Dungeons/Treasure_Pile_Texture2.png",
"Weight": 1
}
],
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "SoftBlocks"
}
},
"BlockParticleSetId": "Metal",
"BlockSoundSetId": "Coins",
"PhysicalMaterialId": "Metal",
"VariantRotation": "NESW",
"Material": "Solid",
"Opacity": "Semitransparent",
"RandomRotation": "YawStep1",
"ParticleColor": "#ffb932",
"Particles": [
{
"SystemId": "Block_Gem_Sparks",
"Color": "#ffce76",
"TargetEntityPart": "PrimaryItem"
}
]
},
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.5,
"Rotation": [
7,
43,
10
],
"Translation": [
0.352,
-17
]
},
"Tags": {
"Type": [
"Deco"
]
},
"Icon": "Icons/ItemsGenerated/Deco_Scrap_Treasure_Pile_Large.png",
"ItemSoundSetId": "ISS_Blocks_Wood"
}