diff options
author | Jack <66967891+ASpoonPlaysGames@users.noreply.github.com> | 2023-07-25 21:40:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-25 22:40:30 +0200 |
commit | 18298d266cea088f777a59ef94ec8fafdd78d339 (patch) | |
tree | a3804004b08c3faba961026aa232c9603b1b8eba /Northstar.Custom/mod/scripts/weapons | |
parent | 75dc032a8184e770360c6bd3acc1e9b6f37da13f (diff) | |
download | NorthstarMods-18298d266cea088f777a59ef94ec8fafdd78d339.tar.gz NorthstarMods-18298d266cea088f777a59ef94ec8fafdd78d339.zip |
Fix Arc Cannon not dealing damage when used by NPCs (#666)v1.18.0-rc1v1.18.0
Fixes NPCs using mp_titanweapon_arc_cannon not dealing damage to other entities
Diffstat (limited to 'Northstar.Custom/mod/scripts/weapons')
-rw-r--r-- | Northstar.Custom/mod/scripts/weapons/mp_titanweapon_arc_cannon.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Northstar.Custom/mod/scripts/weapons/mp_titanweapon_arc_cannon.txt b/Northstar.Custom/mod/scripts/weapons/mp_titanweapon_arc_cannon.txt index 11d87a4d..2672dca9 100644 --- a/Northstar.Custom/mod/scripts/weapons/mp_titanweapon_arc_cannon.txt +++ b/Northstar.Custom/mod/scripts/weapons/mp_titanweapon_arc_cannon.txt @@ -56,6 +56,12 @@ WeaponData "damage_far_value_titanarmor" "100" // Damage - When Used by NPCs + "npc_damage_near_distance" "200" + "npc_damage_far_distance" "2500" + "npc_damage_near_value" "220" + "npc_damage_far_value" "170" + "npc_damage_near_value_titanarmor" "1800" + "npc_damage_far_value_titanarmor" "100" "critical_hit" "0" "critical_hit_damage_scale" "1.5" @@ -340,4 +346,4 @@ WeaponData } } } -}
\ No newline at end of file +} |