Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Items / Weapon / _Debug / Debug_Bow_Two_Handed.json

Debug_Bow_Two_Handed

Server/Item/Items/Weapon/_Debug/Debug_Bow_Two_Handed.json, 946 B

Fields

FieldType
TranslationPropertiesobject
Categoriesarray[2]
Qualitystring
Modelstring
Texturestring
Iconstring
PlayerAnimationsIdstring
MaxStacknumber
Utilityobject
IconPropertiesobject
DroppedItemAnimationstring
Tagsobject
Interactionsobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Debug_Bow_Two_Handed.name"
  },
  "Categories": [
    "Items.Weapons",
    "Items.Debug"
  ],
  "Quality": "Debug",
  "Model": "Items/Weapons/Bow/Iron.blockymodel",
  "Texture": "Items/Weapons/Bow/Iron_Texture.png",
  "Icon": "Icons/ItemsGenerated/Debug_Bow_Two_Handed.png",
  "PlayerAnimationsId": "Bow",
  "MaxStack": 1,
  "Utility": {
    "Usable": false,
    "Compatible": false
  },
  "IconProperties": {
    "Scale": 0.37,
    "Rotation": [
      45.0,
      90.0,
      0.0
    ],
    "Translation": [
      -31.0,
      -40.0
    ]
  },
  "DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
  "Tags": {
    "Type": [
      "Weapon"
    ],
    "Family": [
      "Bow"
    ]
  },
  "Interactions": {
    "Primary": "Debug_Bow_Two_Handed_Primary",
    "Ability1": "Debug_Bow_Two_Handed_Ability1",
    "Ability2": "Debug_Bow_Two_Handed_Ability2"
  }
}