Deco_Scarak_Cocoon
Server/Item/Items/Deco/Deco_Scarak_Cocoon.json, 1.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
Icon | string |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Deco_Scarak_Cocoon.name"
},
"Categories": [
"Furniture.Containers"
],
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"HitboxType": "Cocoon",
"CustomModel": "Blocks/Dungeons/Spider_Cocoon.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Dungeons/Scarak_Cocoon_Texture.png",
"Weight": 1
}
],
"RandomRotation": "YawStep1",
"Gathering": {
"Tools": [
{
"Type": "Shears"
}
],
"Breaking": {
"DropList": "Spider_Cocoon",
"GatherType": "SoftBlocks"
},
"Soft": {
"DropList": "Spider_Cocoon"
},
"UseDefaultDropWhenPlaced": true
},
"BlockParticleSetId": "Dust",
"CustomModelAnimation": "Blocks/Dungeons/Spider_Cocoon_Idle.blockyanim",
"VariantRotation": "UpDown",
"ParticleColor": "#5e4e38",
"BlockSoundSetId": "Cocoon",
"AmbientSoundEventId": "SFX_Cocoon_Active",
"Looping": true
},
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.39,
"Translation": [
0,
-25.1
],
"Rotation": [
22.5,
45,
22.5
]
},
"Icon": "Icons/ItemsGenerated/Deco_Scarak_Cocoon.png",
"Tags": {
"Type": [
"Deco"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}