Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Item / Interactions / Weapons / Gun / Attacks / Shoot / Gun_Shoot.json

Gun_Shoot

Server/Item/Interactions/Weapons/Gun/Attacks/Shoot/Gun_Shoot.json, 408 B

Fields

FieldType
Typestring
RunTimenumber
Effectsobject
ProjectileIdstring

Source

{
  "Type": "LaunchProjectile",
  "RunTime": 0.25,
  "Effects": {
    "ItemAnimationId": "Shoot",
    "CameraEffect": "Handgun_Shoot",
    "Particles": [
      {
        "SystemId": "RifleShooting",
        "PositionOffset": {
          "Z": 0.85,
          "Y": 0.15
        },
        "RotationOffset": {
          "Pitch": 90
        }
      }
    ]
  },
  "ProjectileId": "GunPvP_Assault_Rifle_Bullet"
}