Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1.1 / Item / Items / Furniture / Human / Unique / Furniture_Human_Ruins_Lantern.json

Furniture_Human_Ruins_Lantern

Server/Item/Items/Furniture/Human/Unique/Furniture_Human_Ruins_Lantern.json, 3.4 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Human_Ruins_Lantern.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Lighting"
  ],
  "Set": "Furniture_Human",
  "Icon": "Icons/ItemsGenerated/Furniture_Human_Ruins_Lantern.png",
  "BlockType": {
    "PlacementSettings": {
      "CeilingPlacementOverrideBlockId": "Furniture_Human_Ruins_Lantern_Ceiling"
    },
    "BlockParticleSetId": "Dust",
    "BlockSoundSetId": "Metal",
    "PhysicalMaterialId": "Metal",
    "CustomModel": "Blocks/Decorative_Sets/Human_Ruins/Lantern.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Human_Ruins/Lantern_default.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Soft": {
        "IsWeaponBreakable": false
      }
    },
    "HitboxType": "Plant_Full",
    "Light": {
      "Color": "#666",
      "Radius": 0
    },
    "Material": "Solid",
    "Opacity": "Transparent",
    "Support": {
      "Down": [
        {
          "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"
        }
      ]
    },
    "State": {
      "Definitions": {
        "White": {
          "Light": {
            "Color": "#bbb"
          }
        },
        "Yellow": {
          "Light": {
            "Color": "#ec6"
          }
        },
        "Blue": {
          "Light": {
            "Color": "#9ad"
          }
        },
        "Cyan": {
          "Light": {
            "Color": "#0ef"
          }
        },
        "Red": {
          "Light": {
            "Color": "#fa8"
          }
        },
        "Green": {
          "Light": {
            "Color": "#bda"
          }
        },
        "Pink": {
          "Light": {
            "Color": "#dac"
          }
        },
        "Purple": {
          "Light": {
            "Color": "#c6f"
          }
        },
        "Off": {
          "InteractionHint": "server.interactionHints.turnon",
          "Light": null,
          "Particles": null,
          "InteractionSoundEventId": "SFX_Torch_Off",
          "AmbientSoundEventId": null,
          "CustomModelAnimation": "Blocks/Animations/Light/Light_Off.blockyanim"
        },
        "On": {
          "AmbientSoundEventId": "SFX_Torch_Default_Loop"
        }
      }
    },
    "Interactions": {
      "Use": {
        "Interactions": [
          {
            "Type": "ChangeState",
            "Changes": {
              "default": "Off",
              "On": "Off",
              "Off": "On"
            }
          }
        ]
      }
    },
    "InteractionHint": "server.interactionHints.turnoff",
    "CustomModelScale": 0.8,
    "ParticleColor": "#363228",
    "TextureComputedColor": "#586A6E"
  },
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Human"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}