Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / Item / Items / Furniture / Desert / Furniture_Desert_Lantern.json

Furniture_Desert_Lantern

Server/Item/Items/Furniture/Desert/Furniture_Desert_Lantern.json, 3.4 KB

Fields

FieldType
TranslationPropertiesobject
PlayerAnimationsIdstring
Categoriesarray[1]
Setstring
Recipeobject
IconPropertiesobject
BlockTypeobject
ResourceTypesarray[2]
Iconstring
Tagsobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Desert_Lantern.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Lighting"
  ],
  "Set": "Furniture_Lumberjack",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Wood_Drywood_Goldenwood",
        "Quantity": 1
      },
      {
        "ItemId": "Ingredient_Bar_Thorium",
        "Quantity": 1
      },
      {
        "ItemId": "Cloth_Block_Wool_Cyan_Light",
        "Quantity": 1
      },
      {
        "ItemId": "Plant_Petals_Azure",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Furniture_Bench",
        "Categories": [
          "Furniture_Lighting"
        ]
      }
    ]
  },
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.65,
    "Translation": [
      -0.585,
      -13.985
    ]
  },
  "BlockType": {
    "PlacementSettings": {
      "CeilingPlacementOverrideBlockId": "Furniture_Desert_Lantern_Ceiling"
    },
    "BlockParticleSetId": "Wood",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "CustomModel": "Blocks/Decorative_Sets/Desert/Lantern.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Desert/Lantern_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Soft": {
        "IsWeaponBreakable": false
      }
    },
    "HitboxType": "Plant_Full",
    "Light": {
      "Color": "#cbb",
      "Radius": 0
    },
    "Material": "Solid",
    "Opacity": "Transparent",
    "ParticleColor": "#8d724c",
    "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",
    "TextureComputedColor": "#675C3F"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Icon": "Icons/ItemsGenerated/Furniture_Desert_Lantern.png",
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Desert"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}