Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Wood / Wood_Torch_Wall.json

Wood_Torch_Wall

Server/Item/Items/Wood/Wood_Torch_Wall.json, 3.0 KB

Fields

FieldType
TranslationPropertiesobject
ItemLevelnumber
MaxStacknumber
Iconstring
Categoriesarray[1]
SubCategorystring
PlayerAnimationsIdstring
Interactionsobject
InteractionVarsobject
BlockTypeobject
IconPropertiesobject
Utilityobject
Tagsobject
ItemSoundSetIdstring
Variantboolean

Source

{
  "TranslationProperties": {
    "Name": "server.items.Wood_Torch_Wall.name"
  },
  "ItemLevel": 10,
  "MaxStack": 100,
  "Icon": "Icons/ItemsGenerated/Wood_Torch_Wall.png",
  "Categories": [
    "Blocks.Wood"
  ],
  "SubCategory": "BlockSets",
  "PlayerAnimationsId": "Item",
  "Interactions": {
    "Primary": "Root_Unarmed_Attack_Swing_Left",
    "Secondary": "Block_Secondary"
  },
  "InteractionVars": {
    "Torch_Swing_Left_Effect": "Torch_Swing_Left_Effect",
    "Torch_Swing_Right_Effect": "Torch_Swing_Right_Effect",
    "Torch_Swing_Left_Damage": "Torch_Swing_Left_Damage",
    "Torch_Swing_Right_Damage": "Torch_Swing_Right_Damage"
  },
  "BlockType": {
    "Material": "Empty",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Items/Torch/Torch_Wall.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Items/Torch/Torch_Wall_Texture.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Torch_Wall",
    "Flags": {},
    "Gathering": {
      "Soft": {
        "IsWeaponBreakable": false,
        "ItemId": "Furniture_Crude_Torch"
      }
    },
    "PlacementSettings": {
      "RotationMode": "BlockNormal",
      "PlaceInEmptyBlocks": true
    },
    "VariantRotation": "NESW",
    "BlockParticleSetId": "Dust",
    "BlockSoundSetId": "Torch",
    "InteractionSoundEventId": "SFX_Torch_Ignite",
    "Light": {
      "Color": "#ba9",
      "Radius": 0
    },
    "Particles": [
      {
        "SystemId": "Torch_Fire",
        "TargetNodeName": "Flame",
        "Scale": 0.55,
        "PositionOffset": {
          "Y": -0.08
        },
        "RotationOffset": {
          "Yaw": 180
        }
      }
    ],
    "InteractionHint": "server.interactionHints.turnoff",
    "Interactions": {
      "Use": {
        "Interactions": [
          {
            "Type": "ChangeState",
            "Changes": {
              "default": "Off",
              "Off": "default"
            }
          }
        ]
      }
    },
    "State": {
      "Definitions": {
        "On": {
          "AmbientSoundEventId": "SFX_Torch_Default_Loop",
          "BlockSoundSetId": "Torch",
          "InteractionSoundEventId": "SFX_Torch_Ignite"
        },
        "Off": {
          "InteractionHint": "server.interactionHints.turnon",
          "Light": null,
          "Particles": null,
          "InteractionSoundEventId": "SFX_Torch_Off",
          "AmbientSoundEventId": null,
          "CustomModelAnimation": "Items/Torch/Torch_Off.blockyanim",
          "BlockSoundSetId": "Wood"
        }
      }
    },
    "Support": {
      "North": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "AmbientSoundEventId": "SFX_Torch_Default_Loop",
    "Looping": true
  },
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.81,
    "Translation": [
      5.7,
      -19.5
    ]
  },
  "Utility": {
    "Usable": true
  },
  "Tags": {
    "Type": [
      "Wood"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood",
  "Variant": true
}