Versions / 0.6.0-pre.1.1 / ProjectileConfigs / Weapons / Bows / Two_Handed / Projectile_Config_Bow_Two_Handed_Charge_02.json
Projectile_Config_Bow_Two_Handed_Charge_02
Server/ProjectileConfigs/Weapons/Bows/Two_Handed/Projectile_Config_Bow_Two_Handed_Charge_02.json, 811 B
Fields
| Field | Type |
|---|---|
Parent | string |
LaunchForce | number |
Interactions | object |
Source
{
"Parent": "Projectile_Config_Arrow_Two_Handed_Bow",
"LaunchForce": 16,
"Interactions": {
"ProjectileHit": {
"Interactions": [
{
"Parent": "Bow_Two_Handed_Projectile_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 4
}
},
"DamageEffects": {
"Knockback": {
"Force": 4
}
},
"EntityStatsOnHit": [
{
"EntityStatId": "SignatureEnergy",
"Amount": 0.81
}
]
},
"Bow_Two_Handed_Projectile_Damage_End"
]
},
"ProjectileMiss": {
"Interactions": [
"Bow_Two_Handed_Projectile_Miss",
"Bow_Two_Handed_Projectile_Miss_End"
]
}
}
}