Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / ProjectileConfigs / Weapons / Arrows / Projectile_Config_Arrow_Crossbow.json

Projectile_Config_Arrow_Crossbow

Server/ProjectileConfigs/Weapons/Arrows/Projectile_Config_Arrow_Crossbow.json, 1.1 KB

Fields

FieldType
Parentstring
LaunchForcenumber
Physicsobject
LaunchLocalSoundEventIdstring
LaunchWorldSoundEventIdstring
Interactionsobject

Source

{
  "Parent": "Projectile_Config_Arrow_Base",
  "LaunchForce": 40,
  "Physics": {
    "Type": "Standard",
    "Gravity": 10,
    "TerminalVelocityAir": 50,
    "TerminalVelocityWater": 15,
    "RotationMode": "VelocityDamped",
    "Bounciness": 0.0,
    "SticksVertically": true
  },
  "LaunchLocalSoundEventId": "SFX_Bow_T2_Shoot_Local",
  "LaunchWorldSoundEventId": "SFX_Bow_T2_Shoot",
  "Interactions": {
    "ProjectileHit": {
      "Interactions": [
        "Weapon_Crossbow_Primary_Combo_Condition",
        {
          "Type": "Replace",
          "Var": "Standard_Projectile_Impact",
          "DefaultValue": {
            "Interactions": [
              "Weapon_Crossbow_Effects_Standard_Projectile_Impact"
            ]
          }
        },
        "Common_Projectile_Despawn"
      ]
    },
    "ProjectileMiss": {
      "Interactions": [
        "Block_Break_Adventure",
        {
          "Type": "Replace",
          "Var": "Standard_Projectile_Miss",
          "DefaultValue": {
            "Interactions": [
              "Common_Projectile_Miss"
            ]
          }
        },
        "Common_Projectile_Despawn"
      ]
    }
  }
}