diff options
author | Jack <66967891+ASpoonPlaysGames@users.noreply.github.com> | 2023-07-25 21:40:30 +0100 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-07-25 23:01:31 +0200 |
commit | 5c087b095be2968da9555a0f94499e2c8b491089 (patch) | |
tree | 115272bb1cdbb5370a59dd7abe4b4d1e658a2220 /Northstar.Custom/mod/scripts/weapons | |
parent | 93a7b2dfdb2c1bf08831b8c7ece0a16e17b1a6ec (diff) | |
download | NorthstarMods-1.17.2-rc1.tar.gz NorthstarMods-1.17.2-rc1.zip |
Fix Arc Cannon not dealing damage when used by NPCs (#666)v1.17.3-rc1v1.17.3v1.17.2-rc1v1.17.2v1.17.1-rc5v1.17.1-rc4v1.17.1-rc3v1.17.11.17.X
Fixes NPCs using mp_titanweapon_arc_cannon not dealing damage to other entities
(cherry picked from commit 18298d266cea088f777a59ef94ec8fafdd78d339)
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 +} |