diff --git a/BUK-M2/Nasal/damage.nas b/BUK-M2/Nasal/damage.nas index 2b73156..5008b0e 100644 --- a/BUK-M2/Nasal/damage.nas +++ b/BUK-M2/Nasal/damage.nas @@ -48,6 +48,7 @@ var cannon_types = { " M61A1 shell hit": 0.050, # 20mm " 50 BMG hit": 0.015, # 12.7mm (non-explosive) " 7.62 hit": 0.005, # 7.62mm (non-explosive) + " Hydra-70 hit": 0.25, # }; # lbs of warheads is explosive+fragmentation+fuse, so total warhead mass. diff --git a/Frigate/Nasal/damage.nas b/Frigate/Nasal/damage.nas index 9083fbb..68264d6 100644 --- a/Frigate/Nasal/damage.nas +++ b/Frigate/Nasal/damage.nas @@ -47,7 +47,8 @@ var cannon_types = { " GSh-23 hit": 0.065, # 23mm " M61A1 shell hit": 0.050, # 20mm " 50 BMG hit": 0.015, # 12.7mm (non-explosive) - " 7.62 hit": 0.005, # 7.62mm (non-explosive) + " 7.62 hit": 0.005, # 7.62mm (non-explosive) + " Hydra-70 hit": 0.25, # }; # lbs of warheads is explosive+fragmentation+fuse, so total warhead mass. diff --git a/S-300/Nasal/damage.nas b/S-300/Nasal/damage.nas index db0eea5..8a5c50d 100644 --- a/S-300/Nasal/damage.nas +++ b/S-300/Nasal/damage.nas @@ -49,6 +49,7 @@ var cannon_types = { " M61A1 shell hit": 0.050, # 20mm " 50 BMG hit": 0.015, # 12.7mm (non-explosive) " 7.62 hit": 0.005, # 7.62mm (non-explosive) + " Hydra-70 hit": 0.25, # }; # lbs of warheads is explosive+fragmentation+fuse, so total warhead mass. diff --git a/depot/Nasal/damage.nas b/depot/Nasal/damage.nas index ebc4fca..8f3b401 100644 --- a/depot/Nasal/damage.nas +++ b/depot/Nasal/damage.nas @@ -49,7 +49,8 @@ var cannon_types = { " GSh-23 hit": 0.065, # 23mm " M61A1 shell hit": 0.050, # 20mm " 50 BMG hit": 0.015, # 12.7mm (non-explosive) - " 7.62 hit": 0.005, # 7.62mm (non-explosive) + " 7.62 hit": 0.005, # 7.62mm (non-explosive) + " Hydra-70 hit": 0.25, # }; # lbs of warheads is explosive+fragmentation+fuse, so total warhead mass. diff --git a/fleet/Nasal/damage.nas b/fleet/Nasal/damage.nas index 5ba5050..5c3f70e 100644 --- a/fleet/Nasal/damage.nas +++ b/fleet/Nasal/damage.nas @@ -47,7 +47,8 @@ var cannon_types = { " GSh-23 hit": 0.065, # 23mm " M61A1 shell hit": 0.050, # 20mm " 50 BMG hit": 0.015, # 12.7mm (non-explosive) - " 7.62 hit": 0.005, # 7.62mm (non-explosive) + " 7.62 hit": 0.005, # 7.62mm (non-explosive) + " Hydra-70 hit": 0.25, # }; # lbs of warheads is explosive+fragmentation+fuse, so total warhead mass. diff --git a/groundtarget/Nasal/damage.nas b/groundtarget/Nasal/damage.nas index bc29b7c..efb86ae 100644 --- a/groundtarget/Nasal/damage.nas +++ b/groundtarget/Nasal/damage.nas @@ -47,7 +47,8 @@ var cannon_types = { " GSh-23 hit": 0.065, # 23mm " M61A1 shell hit": 0.050, # 20mm " 50 BMG hit": 0.015, # 12.7mm (non-explosive) - " 7.62 hit": 0.005, # 7.62mm (non-explosive) + " 7.62 hit": 0.005, # 7.62mm (non-explosive) + " Hydra-70 hit": 0.25, # }; # lbs of warheads is explosive+fragmentation+fuse, so total warhead mass. diff --git a/missile-frigate/Nasal/damage.nas b/missile-frigate/Nasal/damage.nas index c085163..9eaec4d 100644 --- a/missile-frigate/Nasal/damage.nas +++ b/missile-frigate/Nasal/damage.nas @@ -47,7 +47,8 @@ var cannon_types = { " GSh-23 hit": 0.065, # 23mm " M61A1 shell hit": 0.050, # 20mm " 50 BMG hit": 0.015, # 12.7mm (non-explosive) - " 7.62 hit": 0.005, # 7.62mm (non-explosive) + " 7.62 hit": 0.005, # 7.62mm (non-explosive) + " Hydra-70 hit": 0.25, # }; # lbs of warheads is explosive+fragmentation+fuse, so total warhead mass.