Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9.1 / 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, 312 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",
    "Behaviour": "Set",
    "StatModifiers": {
      "StaminaRegenDelay": 0
    }
  }
}