Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9 / Item / Interactions / Weapons / Gun / Attacks / Shoot_Flintlock / Gun_Shoot_Flintlock_Charging.json

Gun_Shoot_Flintlock_Charging

Server/Item/Interactions/Weapons/Gun/Attacks/Shoot_Flintlock/Gun_Shoot_Flintlock_Charging.json, 445 B

Fields

FieldType
Typestring
Effectsobject
AllowIndefiniteHoldboolean
HorizontalSpeedMultipliernumber
Nextobject

Source

{
  "Type": "Charging",
  "Effects": {
    "ItemAnimationId": "ShootFlintlockCharging",
    "LocalSoundEventId": "SFX_Blunderbuss_Load_Local",
    "WorldSoundEventId": "SFX_Blunderbuss_Load"
  },
  "AllowIndefiniteHold": true,
  "HorizontalSpeedMultiplier": 0.5,
  "Next": {
    "0": {
      "Type": "Chaining",
      "ChainingAllowance": 1.25,
      "Next": [
        "Gun_Swing_Left"
      ]
    },
    "2": "Gun_Shoot_Flintlock_Charged"
  }
}