Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / Item / Items / Container / Deco_Scarak_Eggsacks.json

Deco_Scarak_Eggsacks

Server/Item/Items/Container/Deco_Scarak_Eggsacks.json, 2.2 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
BlockTypeobject
PlayerAnimationsIdstring
Tagsobject
ItemSoundSetIdstring

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"
}