Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1.1 / Item / Items / Furniture / Kweebec / Furniture_Kweebec_Lantern_Ceiling.json

Furniture_Kweebec_Lantern_Ceiling

Server/Item/Items/Furniture/Kweebec/Furniture_Kweebec_Lantern_Ceiling.json, 3.0 KB

Fields

FieldType
TranslationPropertiesobject
PlayerAnimationsIdstring
Categoriesarray[1]
Setstring
Iconstring
BlockTypeobject
Tagsobject
ItemSoundSetIdstring
Variantboolean

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Kweebec_Lantern.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Lighting"
  ],
  "Set": "Furniture_Kweebec",
  "Icon": "Icons/ItemsGenerated/Furniture_Kweebec_Lantern.png",
  "BlockType": {
    "PlacementSettings": {
      "RotationMode": "BlockNormal",
      "PlaceInEmptyBlocks": true,
      "FloorPlacementOverrideBlockId": "Furniture_Kweebec_Lantern"
    },
    "BlockParticleSetId": "Wood",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "CustomModel": "Blocks/Decorative_Sets/Kweebec/Lantern_Ceiling.blockymodel",
    "CustomModelScale": 0.85,
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Kweebec/Lantern_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Soft": {
        "IsWeaponBreakable": false,
        "ItemId": "Furniture_Kweebec_Lantern"
      }
    },
    "HitboxType": "Lantern_Village_Ceiling",
    "Light": {
      "Color": "#dcb",
      "Radius": 10
    },
    "Material": "Solid",
    "Opacity": "Transparent",
    "ParticleColor": "#633625",
    "Support": {
      "Up": [
        {
          "FaceType": "Full"
        },
        {
          "FaceType": "Full",
          "Filler": []
        },
        {
          "FaceType": "Branch"
        },
        {
          "FaceType": "Rock_Beam"
        },
        {
          "FaceType": "Wood_Beam"
        },
        {
          "FaceType": "Fence"
        },
        {
          "FaceType": "Fence_Corner"
        },
        {
          "FaceType": "Wall"
        },
        {
          "FaceType": "Wall_Corner"
        },
        {
          "FaceType": "Rope"
        },
        {
          "BlockTypeId": "Deco_Iron_Chain_Small"
        },
        {
          "BlockTypeId": "Deco_Iron_Chains_Vertical"
        }
      ]
    },
    "Particles": [
      {
        "SystemId": "Kweebec_Lantern",
        "TargetEntityPart": "PrimaryItem",
        "Color": "#f7f69f",
        "PositionOffset": {
          "Y": 0.5
        }
      }
    ],
    "Interactions": {
      "Use": {
        "Interactions": [
          {
            "Type": "ChangeState",
            "Changes": {
              "default": "Off",
              "On": "Off",
              "Off": "On"
            }
          }
        ]
      }
    },
    "AmbientSoundEventId": "SFX_Wisp_Lamp_Loop",
    "State": {
      "Definitions": {
        "On": {
          "AmbientSoundEventId": "SFX_Wisp_Lamp_Loop"
        },
        "Off": {
          "InteractionHint": "server.interactionHints.turnon",
          "Light": null,
          "Particles": null,
          "AmbientSoundEventId": null
        }
      }
    },
    "InteractionHint": "server.interactionHints.turnoff",
    "TextureComputedColor": "#613E20"
  },
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Kweebec"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood",
  "Variant": true
}