Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / Item / Items / _Debug / Test_Camera_Item.json

Test_Camera_Item

Server/Item/Items/_Debug/Test_Camera_Item.json, 1.2 KB

Fields

FieldType
TranslationPropertiesobject
Categoriesarray[1]
Qualitystring
ItemLevelnumber
Modelstring
Texturestring
PlayerAnimationsIdstring
Interactionsobject
IconPropertiesobject
Iconstring
DroppedItemAnimationstring
Tagsobject
Weaponobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Test_Camera_Item.name"
  },
  "Categories": [
    "Items.Weapons"
  ],
  "Quality": "Developer",
  "ItemLevel": 40,
  "Model": "Items/Weapons/Stick/Stick.blockymodel",
  "Texture": "Items/Halloween_Props/Broomstick_Texture.png",
  "PlayerAnimationsId": "Stick",
  "Interactions": {
    "Primary": {
      "Interactions": [
        {
          "Type": "Simple",
          "Effects": {
            "ItemAnimationId": "SwingLeft",
            "LocalSoundEventId": "SFX_Unarmed_Swing"
          },
          "RunTime": 0.111,
          "Next": {
            "Type": "Camera",
            "Action": "ForcePerspective",
            "Perspective": "Third",
            "CameraInteractionTime": 5
          }
        }
      ]
    }
  },
  "IconProperties": {
    "Scale": 0.25,
    "Rotation": [
      45.0,
      90.0,
      0.0
    ],
    "Translation": [
      -37.0,
      -41.0
    ]
  },
  "Icon": "Icons/ItemsGenerated/Debug_Stick.png",
  "DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
  "Tags": {
    "Type": [
      "Weapon"
    ],
    "Family": [
      "Staff"
    ]
  },
  "Weapon": {}
}