Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Item / Items / Furniture / Temple_Dark / Unique / Furniture_Temple_Dark_Candle.json

Furniture_Temple_Dark_Candle

Server/Item/Items/Furniture/Temple_Dark/Unique/Furniture_Temple_Dark_Candle.json, 2.6 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Temple_Dark_Candle.name"
  },
  "PlayerAnimationsId": "Torch",
  "Categories": [
    "Furniture.Lighting"
  ],
  "Set": "Furniture_Ancient",
  "Icon": "Icons/ItemsGenerated/Furniture_Temple_Dark_Candle.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.4,
    "Translation": [
      1.67,
      -27.13
    ]
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "BlockParticleSetId": "Dust",
    "BlockSoundSetId": "Metal",
    "CustomModel": "Blocks/Decorative_Sets/Temple_Dark/Candle.blockymodel",
    "CustomModelScale": 1,
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Temple_Dark/Candle_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Soft": {
        "IsWeaponBreakable": false
      }
    },
    "Light": {
      "Color": "#987",
      "Radius": 0
    },
    "Opacity": "Transparent",
    "RandomRotation": "YawStep1",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        },
        {
          "FaceType": "Branch"
        }
      ]
    },
    "Looping": true,
    "Material": "Solid",
    "HitboxType": "Torch_Tall",
    "Particles": [
      {
        "SystemId": "Candle_Fire",
        "TargetNodeName": "Flame-Emitter",
        "Color": "#ffcd10",
        "Scale": 0.65
      },
      {
        "SystemId": "Candle_Fire",
        "TargetNodeName": "Flame-Emitter2",
        "Color": "#ffcd10",
        "Scale": 0.6
      },
      {
        "SystemId": "Candle_Fire",
        "TargetNodeName": "Flame-Emitter3",
        "Color": "#ffcd10",
        "Scale": 0.6
      }
    ],
    "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"
  },
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Temple"
    ]
  },
  "Scale": 1.5,
  "ItemSoundSetId": "ISS_Blocks_Wood"
}