Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Interactions / Weapons / Crossbow / Primary / Weapon_Crossbow_Primary_Reload.json

Weapon_Crossbow_Primary_Reload

Server/Item/Interactions/Weapons/Crossbow/Primary/Weapon_Crossbow_Primary_Reload.json, 378 B

Fields

FieldType
Typestring
Costsobject
Failedobject
Nextobject

Source

{
  "Type": "StatsCondition",
  "Costs": {
    "Ammo": 1
  },
  "Failed": {
    "Type": "Replace",
    "Var": "Reload_Start",
    "DefaultValue": "Root_Common_StatAmmoReload_Entry"
  },
  "Next": {
    "Type": "Replace",
    "Var": "Standard_Projectile_Launch",
    "DefaultValue": {
      "Interactions": [
        "Weapon_Crossbow_Shot_Standard_Projectile"
      ]
    }
  }
}