Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9 / Item / Items / _Debug / Debug_Beacon_Horn.json

Debug_Beacon_Horn

Server/Item/Items/_Debug/Debug_Beacon_Horn.json, 748 B

Fields

FieldType
TranslationPropertiesobject
Categoriesarray[0]
Iconstring
Qualitystring
ItemLevelnumber
Modelstring
Texturestring
PlayerAnimationsIdstring
Interactionsobject
Tagsobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Debug_Beacon_Horn.name"
  },
  "Categories": [],
  "Icon": "Icons/ItemsGenerated/Weapon_Sword_Iron.png",
  "Quality": "Debug",
  "ItemLevel": 1,
  "Model": "Items/Weapons/Sword/Iron.blockymodel",
  "Texture": "Items/Weapons/Sword/Iron_Texture.png",
  "PlayerAnimationsId": "Sword",
  "Interactions": {
    "Primary": {
      "Interactions": [
        {
          "Type": "SendBeacon",
          "Message": "Test",
          "Range": 40.0
        }
      ]
    },
    "Secondary": {
      "Interactions": [
        {
          "Type": "SendBeacon",
          "Message": "EncounterPing",
          "Range": 40.0
        }
      ]
    }
  },
  "Tags": {
    "Type": [
      "Debug"
    ]
  }
}