Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Items / Weapon / Deployable / Weapon_Deployable_Turret.json

Weapon_Deployable_Turret

Server/Item/Items/Weapon/Deployable/Weapon_Deployable_Turret.json, 1.3 KB

Fields

FieldType
TranslationPropertiesobject
Categoriesarray[4]
Qualitystring
ItemLevelnumber
Modelstring
Texturestring
PlayerAnimationsIdstring
MaxStacknumber
Interactionsobject
IconPropertiesobject
Iconstring
DroppedItemAnimationstring
Tagsobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Weapon_Deployable_Turret.name"
  },
  "Categories": [
    "Items.Weapons",
    "Items.Debug",
    "Items.CombatMilestone2",
    "Items.Utility"
  ],
  "Quality": "Common",
  "ItemLevel": 40,
  "Model": "Items/Deployables/Crossbow_Turret/Crossbow_Turret_Item.blockymodel",
  "Texture": "Items/Weapons/Crossbow/Iron_Texture.png",
  "PlayerAnimationsId": "Item",
  "MaxStack": 1,
  "Interactions": {
    "Primary": {
      "Cooldown": {
        "Id": "DeployableUtility",
        "Cooldown": 10
      },
      "Interactions": [
        {
          "Type": "Simple",
          "RunTime": 0.25,
          "Effects": {
            "ItemPlayerAnimationsId": "Item",
            "ItemAnimationId": "Throw"
          }
        },
        {
          "Type": "Projectile",
          "Config": "Projectile_Config_Turret_Deploy"
        }
      ]
    }
  },
  "IconProperties": {
    "Scale": 0.4,
    "Rotation": [
      18.0,
      45.0,
      20.0
    ],
    "Translation": [
      -4.0,
      -16.0
    ]
  },
  "Icon": "Icons/ItemsGenerated/Weapon_Deployable_Turret.png",
  "DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
  "Tags": {
    "Type": [
      "Weapon"
    ],
    "Family": [
      "Stick"
    ]
  }
}