Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.1 / ProjectileConfigs / Weapons / Crossbow / Projectile_Config_Arrow_Crossbow_Signature.json

Projectile_Config_Arrow_Crossbow_Signature

Server/ProjectileConfigs/Weapons/Crossbow/Projectile_Config_Arrow_Crossbow_Signature.json, 1.1 KB

Fields

FieldType
Parentstring
Modelstring
LaunchForcenumber
Physicsobject
LaunchLocalSoundEventIdstring
LaunchWorldSoundEventIdstring
Interactionsobject

Source

{
  "Parent": "Projectile_Config_Arrow_Base",
  "Model": "Arrow_Crossbow_Signature",
  "LaunchForce": 100,
  "Physics": {
    "Type": "Standard",
    "Gravity": 40,
    "TerminalVelocityAir": 100,
    "TerminalVelocityWater": 15,
    "RotationMode": "VelocityDamped",
    "Bounciness": 0.0,
    "SticksVertically": true
  },
  "LaunchLocalSoundEventId": "SFX_Bow_T2_Signature_Shoot_Local",
  "LaunchWorldSoundEventId": "SFX_Bow_T2_Signature_Shoot",
  "Interactions": {
    "ProjectileHit": {
      "Interactions": [
        {
          "Type": "Replace",
          "Var": "Signature_BigArrow_Damage",
          "DefaultValue": {
            "Interactions": [
              "Weapon_Crossbow_Damage_Standard_Projectile"
            ]
          }
        },
        "Common_Projectile_Despawn"
      ]
    },
    "ProjectileMiss": {
      "Interactions": [
        "Block_Break_Adventure",
        {
          "Type": "Replace",
          "Var": "Signature_BigArrow_Miss",
          "DefaultValue": {
            "Interactions": [
              "Common_Projectile_Miss"
            ]
          }
        },
        "Common_Projectile_Despawn"
      ]
    }
  }
}