Stalactite_Smoke_Floor
Server/Item/Items/Rock/Stone/Stalactite_Smoke_Floor.json, 1.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
MaxStack | number |
Icon | string |
Set | string |
Categories | array[1] |
PlayerAnimationsId | string |
BlockType | object |
ResourceTypes | array[1] |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Stone_Stalactite_Small.name"
},
"ItemLevel": 10,
"MaxStack": 100,
"Icon": "Icons/ItemsGenerated/Rock_Stone_Stalactite_Small.png",
"Set": "Rock_Stone",
"Categories": [
"Blocks.Rocks"
],
"PlayerAnimationsId": "Block",
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"CustomModel": "Blocks/Stone/Stalactite_Small.blockymodel",
"CustomModelTexture": [
{
"Texture": "BlockTextures/Rock_Stone.png",
"Weight": 1
}
],
"HitboxType": "Stalactite_Small",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks",
"ItemId": "Rock_Stone_Cobble"
}
},
"VariantRotation": "UpDown",
"RandomRotation": "YawStep90",
"BlockParticleSetId": "Stone",
"ParticleColor": "#88886a",
"BlockSoundSetId": "Stone",
"PhysicalMaterialId": "Stone",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"Opacity": "Semitransparent",
"Particles": [
{
"SystemId": "Smoke_Floor",
"Color": "#c5aacf"
}
],
"TextureComputedColor": "#79785A"
},
"ResourceTypes": [
{
"Id": "Rock"
}
],
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Stone"
]
},
"ItemSoundSetId": "ISS_Blocks_Stone"
}