Deco_Coral_Shell
Server/Item/Items/Deco/Deco_Coral_Shell.json, 955 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
BlockType | object |
PlayerAnimationsId | string |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Deco_Coral_Shell.name"
},
"Icon": "Icons/ItemsGenerated/Deco_Coral_Shell.png",
"Categories": [
"Blocks.Deco"
],
"BlockType": {
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Foliage/Water/Shell.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Water/Shell_Texture.png",
"Weight": 1
}
],
"Group": "SeaLife",
"HitboxType": "Plant_Large",
"Flags": {
"IsStackable": false
},
"RandomRotation": "YawStep1",
"Gathering": {
"Harvest": {},
"Soft": {}
},
"BlockParticleSetId": "Stone",
"BlockSoundSetId": "Stone",
"PhysicalMaterialId": "Stone",
"TextureComputedColor": "#AD6E5F"
},
"PlayerAnimationsId": "Block",
"Tags": {
"Type": [
"Deco"
],
"Family": [
"Coral"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}