Deco_Treasure
Server/Item/Items/Deco/Deco_Treasure.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.name"
},
"Categories": [
"Blocks.Deco"
],
"Set": "Scrap",
"BlockType": {
"DrawType": "Model",
"CustomModel": "Blocks/Dungeons/Treasure_Object.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": "#ffd848",
"Particles": [
{
"SystemId": "Block_Gem_Sparks",
"Color": "#ffce76",
"TargetEntityPart": "Entity"
}
],
"HitboxType": "Rubble"
},
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.6,
"Rotation": [
358,
265,
341
],
"Translation": [
-1,
-10
]
},
"Tags": {
"Type": [
"Deco"
]
},
"Icon": "Icons/ItemsGenerated/Deco_Scrap_Treasure.png",
"ItemSoundSetId": "ISS_Blocks_Wood"
}