Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / Item / Items / _Debug / Debug_Donut_Selector.json

Debug_Donut_Selector

Server/Item/Items/_Debug/Debug_Donut_Selector.json, 1.6 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Debug_Donut_Selector.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",
  "Weapon": {},
  "Interactions": {
    "Primary": {
      "ClickQueuingTimeout": 0.2,
      "Interactions": [
        {
          "Type": "Simple",
          "RunTime": 0.117,
          "Effects": {
            "ItemAnimationId": "SwingRight",
            "WorldSoundEventId": "SFX_Sword_T2_Swing",
            "LocalSoundEventId": "SFX_Sword_T2_Swing_RL_Local"
          },
          "Next": {
            "Type": "Selector",
            "RunTime": 0.6,
            "Selector": {
              "Id": "Donut",
              "MinRadius": 0.5,
              "MaxRadius": 6.0,
              "Width": 1.0,
              "Height": 2.0,
              "AngleDeg": 120,
              "Offset": {
                "Y": 1
              }
            },
            "HitEntity": {
              "Interactions": [
                {
                  "Type": "SendMessage",
                  "Message": "Donut selector hit!",
                  "Next": {
                    "Parent": "DamageEntityParent",
                    "DamageCalculator": {
                      "BaseDamage": {
                        "Physical": 1
                      }
                    }
                  }
                }
              ]
            }
          }
        }
      ]
    }
  },
  "Tags": {
    "Type": [
      "Debug"
    ]
  }
}