Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9 / Item / Interactions / Weapons / Crossbow / Shots / Weapon_Crossbow_Shot_Standard_Projectile.json

Weapon_Crossbow_Shot_Standard_Projectile

Server/Item/Interactions/Weapons/Crossbow/Shots/Weapon_Crossbow_Shot_Standard_Projectile.json, 415 B

Fields

FieldType
Typestring
RunTimenumber
Effectsobject
Configstring
Nextobject

Source

{
  "Type": "Projectile",
  "RunTime": 0.2,
  "Effects": {
    "ItemAnimationId": "ShootCharged",
    "ClearAnimationOnFinish": true
  },
  "Config": "Projectile_Config_Arrow_Crossbow",
  "Next": {
    "Type": "ChangeStat",
    "StatModifiers": {
      "Ammo": -1
    },
    "Next": {
      "Type": "ChangeStat",
      "Behaviour": "Set",
      "StatModifiers": {
        "StaminaRegenDelay": 0
      }
    }
  }
}