Deco_Coral_Shell_Sanddollar
Server/Item/Items/Deco/Deco_Coral_Shell_Sanddollar.json, 1.3 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_Sanddollar.name"
},
"Icon": "Icons/ItemsGenerated/Deco_Coral_Shell_Sanddollar.png",
"Categories": [
"Blocks.Deco"
],
"BlockType": {
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Foliage/Water/Sanddollar.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Water/Sanddollar_Textures/Blue.png",
"Weight": 2
},
{
"Texture": "Blocks/Foliage/Water/Sanddollar_Textures/White.png",
"Weight": 1
},
{
"Texture": "Blocks/Foliage/Water/Sanddollar_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.6,
"Translation": [
1.9,
0.7
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Type": [
"Deco"
],
"Family": [
"Coral"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}