Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9 / Item / Interactions / Weapons / Crossbow / Signature / BigArrow / Weapon_Crossbow_Signature_BigArrow.json

Weapon_Crossbow_Signature_BigArrow

Server/Item/Interactions/Weapons/Crossbow/Signature/BigArrow/Weapon_Crossbow_Signature_BigArrow.json, 853 B

Fields

FieldType
Typestring
Thresholdnumber
Operatorstring
Nextobject

Source

{
  "Type": "DurabilityCondition",
  "Threshold": 0,
  "Operator": "GreaterThan",
  "Next": {
    "Type": "StatsCondition",
    "Costs": {
      "SignatureEnergy": 100
    },
    "ValueType": "Percent",
    "Next": {
      "Type": "ChangeStat",
      "StatModifiers": {
        "SignatureEnergy": -100,
        "SignatureCharges": 100
      },
      "ValueType": "Percent",
      "Next": {
        "Type": "Replace",
        "Var": "Signature_Activate_Effects",
        "DefaultOk": true,
        "DefaultValue": {
          "Interactions": [
            {
              "Type": "Simple",
              "Effects": {
                "ClearSoundEventOnFinish": true,
                "WorldSoundEventId": "SFX_Bow_T2_Draw",
                "LocalSoundEventId": "SFX_Bow_T2_Draw_Local"
              }
            }
          ]
        }
      }
    }
  }
}