Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / Item / Interactions / Weapons / Crossbow / Primary / Overcharge / Weapon_Crossbow_Primary_Overcharge_Load_Single.json

Weapon_Crossbow_Primary_Overcharge_Load_Single

Server/Item/Interactions/Weapons/Crossbow/Primary/Overcharge/Weapon_Crossbow_Primary_Overcharge_Load_Single.json, 400 B

Fields

FieldType
Typestring
AllowIndefiniteHoldboolean
DisplayProgressboolean
Effectsobject
HorizontalSpeedMultipliernumber
Nextobject

Source

{
  "Type": "Charging",
  "AllowIndefiniteHold": false,
  "DisplayProgress": false,
  "Effects": {
    "ItemAnimationId": "ReloadCharged2",
    "WorldSoundEventId": "SFX_Hand_Crossbow_T2_Load",
    "LocalSoundEventId": "SFX_Hand_Crossbow_T2_Load_Local",
    "ClearAnimationOnFinish": true
  },
  "HorizontalSpeedMultiplier": 0.85,
  "Next": {
    "0": "Weapon_Crossbow_Primary_Overcharge_Shoot"
  }
}