Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8.1 / ProjectileConfigs / Weapons / Shortbow / Projectile_Config_Arrow_Shortbow_Strength_3.json

Projectile_Config_Arrow_Shortbow_Strength_3

Server/ProjectileConfigs/Weapons/Shortbow/Projectile_Config_Arrow_Shortbow_Strength_3.json, 1.3 KB

Fields

FieldType
Parentstring
Modelstring
LaunchForcenumber
Physicsobject
LaunchLocalSoundEventIdstring
LaunchWorldSoundEventIdstring
Interactionsobject

Source

{
  "Parent": "Projectile_Config_Arrow_Shortbow",
  "Model": "Arrow_Crude",
  "LaunchForce": 70,
  "Physics": {
    "Type": "Standard",
    "Gravity": 28,
    "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": [
        {
          "Type": "Replace",
          "Var": "Primary_Shoot_Damage_Strength_3",
          "DefaultValue": {
            "Interactions": [
              "Weapon_Shortbow_Primary_Shoot_Damage"
            ]
          }
        },
        {
          "Type": "Replace",
          "Var": "Primary_Shoot_Impact_Strength_3",
          "DefaultValue": {
            "Interactions": [
              "Common_Projectile_Impact_Effects"
            ]
          }
        },
        "Common_Projectile_Despawn"
      ]
    },
    "ProjectileMiss": {
      "Interactions": [
        "Block_Break_Adventure",
        {
          "Type": "Replace",
          "Var": "Primary_Shoot_Miss_Strength_3",
          "DefaultValue": {
            "Interactions": [
              "Common_Projectile_Miss"
            ]
          }
        },
        "Common_Projectile_Despawn"
      ]
    }
  }
}