Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Item / Items / Furniture / Temple_Light / Furniture_Temple_Light_Lantern.json

Furniture_Temple_Light_Lantern

Server/Item/Items/Furniture/Temple_Light/Furniture_Temple_Light_Lantern.json, 3.5 KB

Fields

FieldType
TranslationPropertiesobject
PlayerAnimationsIdstring
Categoriesarray[1]
Setstring
Recipeobject
Iconstring
BlockTypeobject
Modelstring
Particlesarray[1]
Texturestring
Tagsobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Temple_Light_Lantern.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Lighting"
  ],
  "Set": "Furniture_Temple_Light",
  "Recipe": {
    "Input": [
      {
        "ItemId": "Rock_Marble",
        "Quantity": 1
      },
      {
        "Quantity": 1,
        "ResourceTypeId": "Rock_Shale"
      },
      {
        "ItemId": "Plant_Petals_Azure",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Furniture_Bench",
        "Categories": [
          "Furniture_Lighting"
        ]
      }
    ]
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Temple_Light_Lantern.png",
  "BlockType": {
    "PlacementSettings": {
      "CeilingPlacementOverrideBlockId": "Furniture_Temple_Light_Lantern_Ceiling"
    },
    "BlockParticleSetId": "Dust",
    "BlockSoundSetId": "Stone",
    "CustomModel": "Blocks/Decorative_Sets/Temple_Light/Lantern.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Temple_Light/Lantern_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Soft": {
        "IsWeaponBreakable": false
      }
    },
    "HitboxType": "Plant_Full",
    "Light": {
      "Color": "#abb",
      "Radius": 0
    },
    "Material": "Solid",
    "Opacity": "Transparent",
    "Particles": [
      {
        "SystemId": "Temple_Light_Lantern",
        "TargetNodeName": "Light",
        "PositionOffset": {
          "Y": 0.5
        }
      }
    ],
    "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"
        }
      ]
    },
    "Interactions": {
      "Use": {
        "Interactions": [
          {
            "Type": "ChangeState",
            "Changes": {
              "default": "Off",
              "On": "Off",
              "Off": "On"
            }
          }
        ]
      }
    },
    "State": {
      "Definitions": {
        "On": {
          "AmbientSoundEventId": "SFX_Torch_Default_Loop"
        },
        "Off": {
          "InteractionHint": "server.interactionHints.turnon",
          "Light": null,
          "Particles": null,
          "InteractionSoundEventId": "SFX_Torch_Off",
          "AmbientSoundEventId": null,
          "CustomModelAnimation": "Blocks/Animations/Light/Light_Off.blockyanim"
        }
      }
    },
    "InteractionHint": "server.interactionHints.turnoff",
    "CustomModelScale": 0.8
  },
  "Model": "Blocks/Decorative_Sets/Tavern/Lantern.blockymodel",
  "Particles": [
    {
      "SystemId": "Temple_Light_Lantern",
      "TargetNodeName": "Light"
    }
  ],
  "Texture": "Blocks/Decorative_Sets/Tavern/Lantern_Texture.png",
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Temple"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}