Versions / 0.6.0-pre.5 / 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
| Field | Type |
|---|---|
Parent | string |
Model | string |
LaunchForce | number |
Physics | object |
LaunchLocalSoundEventId | string |
LaunchWorldSoundEventId | string |
Interactions | object |
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"
]
}
}
}