diff options
Diffstat (limited to 'Northstar.Custom/keyvalues')
3 files changed, 31 insertions, 0 deletions
diff --git a/Northstar.Custom/keyvalues/scripts/weapons/melee_pilot_arena.txt b/Northstar.Custom/keyvalues/scripts/weapons/melee_pilot_arena.txt new file mode 100644 index 00000000..79d5b86c --- /dev/null +++ b/Northstar.Custom/keyvalues/scripts/weapons/melee_pilot_arena.txt @@ -0,0 +1,11 @@ +WeaponData +{ + Mods + { + allow_as_primary + { + "fire_mode" "offhand_melee_hybrid" + "attack_button_presses_melee" "1" + } + } +}
\ No newline at end of file diff --git a/Northstar.Custom/keyvalues/scripts/weapons/melee_pilot_emptyhanded.txt b/Northstar.Custom/keyvalues/scripts/weapons/melee_pilot_emptyhanded.txt index fa83ce07..e1db3cdb 100644 --- a/Northstar.Custom/keyvalues/scripts/weapons/melee_pilot_emptyhanded.txt +++ b/Northstar.Custom/keyvalues/scripts/weapons/melee_pilot_emptyhanded.txt @@ -6,4 +6,13 @@ WeaponData "melee_damage" "5" "impulse_force" "150000" } + + Mods + { + allow_as_primary + { + "fire_mode" "offhand_melee_hybrid" + "attack_button_presses_melee" "1" + } + } }
\ No newline at end of file diff --git a/Northstar.Custom/keyvalues/scripts/weapons/melee_pilot_sword.txt b/Northstar.Custom/keyvalues/scripts/weapons/melee_pilot_sword.txt new file mode 100644 index 00000000..79d5b86c --- /dev/null +++ b/Northstar.Custom/keyvalues/scripts/weapons/melee_pilot_sword.txt @@ -0,0 +1,11 @@ +WeaponData +{ + Mods + { + allow_as_primary + { + "fire_mode" "offhand_melee_hybrid" + "attack_button_presses_melee" "1" + } + } +}
\ No newline at end of file |