Deco_Coral_Shell_Urchin
Server/Item/Items/Deco/Deco_Coral_Shell_Urchin.json, 1.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Deco_Coral_Shell_Urchin.name"
},
"Icon": "Icons/ItemsGenerated/Deco_Coral_Shell_Urchin.png",
"Categories": [
"Blocks.Deco"
],
"BlockType": {
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Foliage/Water/Urchin.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Water/Urchin_Textures/Brown.png",
"Weight": 3
},
{
"Texture": "Blocks/Foliage/Water/Urchin_Textures/Green.png",
"Weight": 1
},
{
"Texture": "Blocks/Foliage/Water/Urchin_Textures/Purple.png",
"Weight": 1
},
{
"Texture": "Blocks/Foliage/Water/Urchin_Textures/Yellow.png",
"Weight": 1
}
],
"Group": "SeaLife",
"HitboxType": "Plant_Large",
"Flags": {
"IsStackable": false
},
"RandomRotation": "YawStep1",
"Gathering": {
"Harvest": {},
"Soft": {}
},
"BlockParticleSetId": "Stone",
"BlockSoundSetId": "Stone",
"PhysicalMaterialId": "Stone"
},
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 1.38,
"Translation": [
-0.5,
-2.3
],
"Rotation": [
45,
336.56,
13.685
]
},
"Tags": {
"Type": [
"Deco"
],
"Family": [
"Coral"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}