Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8.1 / ProjectileConfigs / Weapons / Arrows / Projectile_Config_Arrow_Base.json

Projectile_Config_Arrow_Base

Server/ProjectileConfigs/Weapons/Arrows/Projectile_Config_Arrow_Base.json, 412 B

Fields

FieldType
Modelstring
SpawnRotationOffsetobject
Physicsobject
LaunchForcenumber
SpawnOffsetobject

Source

{
  "Model": "Arrow_Crude",
  "SpawnRotationOffset": {
    "Pitch": 2,
    "Yaw": 0.25,
    "Roll": 0
  },
  "Physics": {
    "Type": "Standard",
    "Gravity": 15,
    "TerminalVelocityAir": 50,
    "TerminalVelocityWater": 15,
    "RotationMode": "VelocityDamped",
    "Bounciness": 0.0,
    "SticksVertically": true
  },
  "LaunchForce": 30,
  "SpawnOffset": {
    "X": 0.15,
    "Y": -0.25,
    "Z": 0
  }
}