Deco_Scarak_Spit
Server/Item/Items/Deco/Deco_Scarak_Spit.json, 1.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
BlockType | object |
PlayerAnimationsId | string |
Set | string |
IconProperties | object |
Icon | string |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Deco_Scarak_Spit.name"
},
"Categories": [
"Blocks.Deco"
],
"BlockType": {
"DrawType": "Model",
"CustomModel": "Blocks/Dungeons/SpiderWeb.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Dungeons/Scarak_Spit_Texture.png",
"Weight": 1
}
],
"VariantRotation": "UpDownNESW",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "SoftBlocks",
"DropList": "Empty"
},
"Soft": {
"DropList": "Empty"
}
},
"BlockParticleSetId": "Dust",
"CustomModelScale": 0.7,
"ParticleColor": "#5e4e38"
},
"PlayerAnimationsId": "Block",
"Set": "",
"IconProperties": {
"Scale": 0.58823,
"Translation": [
4.3,
-27.3
],
"Rotation": [
22.5,
50.1,
16.3
]
},
"Icon": "Icons/ItemsGenerated/Deco_Scarak_Spit.png",
"Tags": {
"Type": [
"Deco"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}