Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1.1 / Item / Items / Weapon / Shortbow / Weapon_Shortbow_Pull.json

Weapon_Shortbow_Pull

Server/Item/Items/Weapon/Shortbow/Weapon_Shortbow_Pull.json, 743 B

Fields

FieldType
TranslationPropertiesobject
Parentstring
Interactionsobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Weapon_Shortbow_Pull.name"
  },
  "Parent": "Weapon_Shortbow_Combat",
  "Interactions": {
    "Primary": "Bow_Combat_Shoot_Charging",
    "Secondary": "Daggers_Bash",
    "Ability1": {
      "Interactions": [
        {
          "Type": "StatsCondition",
          "Costs": {
            "SignatureEnergy": 100
          },
          "ValueType": "Percent",
          "Next": {
            "Type": "ChangeStat",
            "Next": "Bow_Pull_Pullshot",
            "StatModifiers": {
              "SignatureEnergy": -100
            },
            "ValueType": "Percent"
          }
        }
      ],
      "Tags": {
        "Attack": [
          "Melee"
        ]
      }
    }
  }
}