Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.10 / Item / Items / Furniture / Temple_Wind / Unique / Furniture_Temple_Wind_Candle.json

Furniture_Temple_Wind_Candle

Server/Item/Items/Furniture/Temple_Wind/Unique/Furniture_Temple_Wind_Candle.json, 3.0 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[3]
Setstring
Recipeobject
InteractionConfigobject
Interactionsobject
BlockTypeobject
IconPropertiesobject
Tagsobject
Scalenumber
Utilityobject
PlayerAnimationsIdstring
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Temple_Wind_Candle.name"
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Temple_Wind_Candle.png",
  "Categories": [
    "Blocks.Deco",
    "Furniture.Lighting",
    "Blocks.Deco"
  ],
  "Set": "Furniture_Temple_Wind",
  "Recipe": {
    "Input": [
      {
        "ItemId": "Rock_Sandstone",
        "Quantity": 1
      },
      {
        "ItemId": "Soil_Clay_Smooth_Cyan",
        "Quantity": 1
      },
      {
        "ItemId": "Ingredient_Tree_Sap",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Furniture_Bench",
        "Categories": [
          "Furniture_Lighting"
        ]
      }
    ]
  },
  "InteractionConfig": {
    "Priorities": {
      "Secondary": {
        "MainHand": 1,
        "OffHand": -1
      }
    }
  },
  "Interactions": {
    "Primary": "Root_Unarmed_Attack_Swing_Left",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Decorative_Sets/Temple_Wind/Candle.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Temple_Wind/Candle_Texture.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Plant_Full",
    "Light": {
      "Radius": 0,
      "Color": "#baa"
    },
    "Flags": {},
    "Gathering": {
      "Soft": {
        "IsWeaponBreakable": false
      }
    },
    "BlockParticleSetId": "Stone",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "Looping": true,
    "ParticleColor": "#cca159",
    "Particles": [
      {
        "SystemId": "Candle_Fire",
        "TargetNodeName": "Flame-Emitter",
        "Color": "#ffcd10",
        "Scale": 0.8
      }
    ],
    "Interactions": {
      "Use": {
        "Interactions": [
          {
            "Type": "ChangeState",
            "Changes": {
              "default": "Off",
              "Off": "default"
            }
          }
        ]
      }
    },
    "State": {
      "Definitions": {
        "On": {
          "AmbientSoundEventId": "SFX_Candle_Default_Loop"
        },
        "Off": {
          "InteractionHint": "server.interactionHints.turnon",
          "Light": null,
          "Particles": null,
          "InteractionSoundEventId": "SFX_Candle_Off",
          "AmbientSoundEventId": null
        }
      }
    },
    "InteractionHint": "server.interactionHints.turnoff",
    "AmbientSoundEventId": "SFX_Candle_Default_Loop",
    "TextureComputedColor": "#A39464"
  },
  "IconProperties": {
    "Scale": 0.5,
    "Rotation": [
      25,
      0,
      0
    ],
    "Translation": [
      0,
      -16.8
    ]
  },
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Temple"
    ]
  },
  "Scale": 1.5,
  "Utility": {
    "Usable": true
  },
  "PlayerAnimationsId": "Torch",
  "ItemSoundSetId": "ISS_Blocks_Stone"
}