Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9 / Item / Interactions / Weapons / Common / StatAmmoReload / Common_StatAmmoReload_Effects.json

Common_StatAmmoReload_Effects

Server/Item/Interactions/Weapons/Common/StatAmmoReload/Common_StatAmmoReload_Effects.json, 458 B

Fields

FieldType
Typestring
RunTimenumber
HorizontalSpeedMultipliernumber
Effectsobject
Nextobject

Source

{
  "Type": "Simple",
  "RunTime": 0.3,
  "HorizontalSpeedMultiplier": 0.75,
  "Effects": {
    "ItemAnimationId": "Reload",
    "WorldSoundEventId": "SFX_Hand_Crossbow_T2_Load",
    "LocalSoundEventId": "SFX_Hand_Crossbow_T2_Load_Local",
    "ClearAnimationOnFinish": true
  },
  "Next": {
    "Type": "Replace",
    "Var": "Reload_StatModifier",
    "DefaultValue": {
      "Interactions": [
        "Common_StatAmmoReload_StatModifier"
      ]
    }
  }
}