Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9 / ProjectileConfigs / Weapons / Arrows / Projectile_Config_Arrow_Two_Handed_Bow_Ability2.json

Projectile_Config_Arrow_Two_Handed_Bow_Ability2

Server/ProjectileConfigs/Weapons/Arrows/Projectile_Config_Arrow_Two_Handed_Bow_Ability2.json, 584 B

Fields

FieldType
Parentstring
LaunchLocalSoundEventIdstring
LaunchWorldSoundEventIdstring
LaunchForcenumber
SpawnOffsetobject
Interactionsobject

Source

{
  "Parent": "Projectile_Config_Arrow_Base",
  "LaunchLocalSoundEventId": "SFX_Bow_T2_Shoot",
  "LaunchWorldSoundEventId": "SFX_Bow_T2_Shoot",
  "LaunchForce": 64,
  "SpawnOffset": {
    "X": 0.0,
    "Y": 0.0,
    "Z": -0.5
  },
  "Interactions": {
    "ProjectileHit": {
      "Interactions": [
        "Bow_Two_Handed_Ability2_Damage",
        "Bow_Two_Handed_Ability2_Damage_End"
      ]
    },
    "ProjectileMiss": {
      "Interactions": [
        "Block_Break_Adventure",
        "Bow_Two_Handed_Ability2_Miss",
        "Bow_Two_Handed_Ability2_Miss_End"
      ]
    }
  }
}