diff options
Diffstat (limited to 'Northstar.Custom/keyvalues/scripts')
-rw-r--r-- | Northstar.Custom/keyvalues/scripts/weapons/melee_pilot_emptyhanded.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Northstar.Custom/keyvalues/scripts/weapons/melee_pilot_emptyhanded.txt b/Northstar.Custom/keyvalues/scripts/weapons/melee_pilot_emptyhanded.txt new file mode 100644 index 00000000..fa83ce07 --- /dev/null +++ b/Northstar.Custom/keyvalues/scripts/weapons/melee_pilot_emptyhanded.txt @@ -0,0 +1,9 @@ +WeaponData +{ + // mod for testing low damage, high knockback "shove" melee rebalance + test_push + { + "melee_damage" "5" + "impulse_force" "150000" + } +}
\ No newline at end of file |