Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / Item / Items / Furniture / Tavern / Furniture_Tavern_Chandelier.json

Furniture_Tavern_Chandelier

Server/Item/Items/Furniture/Tavern/Furniture_Tavern_Chandelier.json, 4.1 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Tavern_Chandelier.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Lighting"
  ],
  "Set": "Furniture_Tavern",
  "Recipe": {
    "Input": [
      {
        "ItemId": "Ingredient_Bar_Iron",
        "Quantity": 4
      },
      {
        "ItemId": "Furniture_Crude_Candle",
        "Quantity": 4
      },
      {
        "ItemId": "Wood_Darkwood_Planks",
        "Quantity": 2
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Furniture_Bench",
        "Categories": [
          "Furniture_Lighting"
        ]
      }
    ]
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Tavern_Chandelier.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.385,
    "Translation": [
      0,
      3.1
    ]
  },
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "CustomModel": "Blocks/Decorative_Sets/Tavern/Chandelier.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Tavern/Chandelier_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "Light": {
      "Color": "#ba9",
      "Radius": 0
    },
    "Material": "Solid",
    "Opacity": "Transparent",
    "ParticleColor": "#543022",
    "Support": {
      "Up": [
        {
          "FaceType": "Full",
          "Filler": [
            {
              "X": 0,
              "Y": 0,
              "Z": 0
            }
          ]
        },
        {
          "FaceType": "Branch",
          "Filler": [
            {
              "X": 0,
              "Y": 0,
              "Z": 0
            }
          ]
        },
        {
          "FaceType": "Rock_Beam",
          "Filler": [
            {
              "X": 0,
              "Y": 0,
              "Z": 0
            }
          ]
        },
        {
          "FaceType": "Wood_Beam",
          "Filler": [
            {
              "X": 0,
              "Y": 0,
              "Z": 0
            }
          ]
        }
      ]
    },
    "HitboxType": "Chandelier",
    "Particles": [
      {
        "SystemId": "Candle_Fire",
        "TargetNodeName": "Flame-Emitter",
        "Color": "#ffcd10",
        "Scale": 0.75
      },
      {
        "SystemId": "Candle_Fire",
        "TargetNodeName": "Flame-Emitter2",
        "Color": "#ffcd10",
        "Scale": 0.5
      },
      {
        "SystemId": "Candle_Fire",
        "TargetNodeName": "Flame-Emitter3",
        "Color": "#ffcd10",
        "Scale": 0.7
      },
      {
        "SystemId": "Candle_Fire",
        "TargetNodeName": "Flame-Emitter4",
        "Color": "#ffcd10",
        "Scale": 0.65
      },
      {
        "SystemId": "Candle_Fire",
        "TargetNodeName": "Flame-Emitter5",
        "Color": "#ffcd10",
        "Scale": 0.8
      },
      {
        "SystemId": "Candle_Fire",
        "TargetNodeName": "Flame-Emitter6",
        "Color": "#ffcd10",
        "Scale": 0.6
      }
    ],
    "Interactions": {
      "Use": {
        "Interactions": [
          {
            "Type": "ChangeState",
            "Changes": {
              "default": "Off",
              "Off": "default"
            }
          }
        ]
      }
    },
    "State": {
      "Definitions": {
        "On": {
          "AmbientSoundEventId": "SFX_Campfire_Default_Loop"
        },
        "Off": {
          "InteractionHint": "server.interactionHints.turnon",
          "Light": null,
          "Particles": null,
          "InteractionSoundEventId": "SFX_Torch_Off",
          "AmbientSoundEventId": null
        }
      }
    },
    "InteractionHint": "server.interactionHints.turnoff",
    "AmbientSoundEventId": "SFX_Campfire_Default_Loop",
    "Looping": true,
    "TextureComputedColor": "#635245"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Tavern"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}