Deco_Scarak_Eggsacks
Server/Item/Items/Container/Deco_Scarak_Eggsacks.json, 2.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
BlockType | object |
PlayerAnimationsId | string |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Deco_Scarak_Eggsacks.name"
},
"Icon": "Icons/ItemsGenerated/Container_Scarak_Eggsacks.png",
"Categories": [
"Items"
],
"BlockType": {
"DrawType": "Model",
"CustomModel": "Blocks/Dungeons/EggSacks_Scarak_Medium.blockymodel",
"CustomModelTexture": [
{
"Weight": 1,
"Texture": "Blocks/Dungeons/EggSacks_Scarak_Medium_Texture.png"
}
],
"VariantRotation": "DoublePipe",
"Material": "Solid",
"InteractionHint": "server.interactionHints.burst",
"Interactions": {
"Use": {
"Interactions": [
"Block_Scarack_Eggsacks_Burst"
]
},
"CollisionEnter": {
"Interactions": [
"Block_Scarack_Eggsacks_Burst"
]
}
},
"State": {
"Definitions": {
"On": {
"AmbientSoundEventId": "SFX_Eggsac_Active"
},
"Off": {
"InteractionHint": "",
"HitboxType": "Block_Half",
"AmbientSoundEventId": null,
"CustomModelAnimation": null,
"CustomModel": "Blocks/Dungeons/EggSacks_Scarak_Medium_Hatched.blockymodel",
"CustomModelTexture": [
{
"Weight": 1,
"Texture": "Blocks/Dungeons/EggSacks_Scarak_Medium_Texture.png"
}
],
"Gathering": {
"Soft": {
"DropList": {}
}
}
}
}
},
"ParticleColor": "#6eb3d5",
"HitboxType": "Full",
"Opacity": "Transparent",
"Light": {
"Radius": 5,
"Color": "#779"
},
"Flags": {},
"RandomRotation": "YawStep1",
"Gathering": {
"Soft": {}
},
"BlockParticleSetId": "Stone",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"CustomModelAnimation": "Blocks/Dungeons/EggSacks_Scarak_Medium_Idle.blockyanim",
"BlockSoundSetId": "Cocoon",
"PhysicalMaterialId": "Foliage",
"AmbientSoundEventId": "SFX_Eggsac_Active",
"Looping": true,
"TextureComputedColor": "#3F4853"
},
"PlayerAnimationsId": "Block",
"Tags": {
"Type": [
"Deco"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}