diff --git a/BUK-M2/Nasal/damage.nas b/BUK-M2/Nasal/damage.nas index 40ff9cb..c44dddb 100644 --- a/BUK-M2/Nasal/damage.nas +++ b/BUK-M2/Nasal/damage.nas @@ -15,8 +15,10 @@ var cannon_types = { " GAU-8/A hit": 0.10, # 30mm " BK27 cannon hit": 0.07, # 27mm " GSh-30 hit": 0.10, # 30mm - " 7.62 hit": 0.30, #UH-1 - " 50 BMG hit": 0.20, #p-47 + " GSh-23 hit": 0.065,# 23mm + " 7.62 hit": 0.005,# 7.62mm + " 50 BMG hit": 0.015,# 12.7mm + " S-5 rocket hit": 0.20, #55mm }; @@ -27,6 +29,7 @@ var warhead_lbs = { "AIM-120": 44.00, "RB-99": 44.00, "aim-7": 88.00, + "AIM-7": 88.00, "RB-71": 88.00, "aim-9": 20.80, "AIM9": 20.80, @@ -39,31 +42,63 @@ var warhead_lbs = { "Meteor": 55.00, "AIM-54": 135.00, "Matra R550 Magic 2": 27.00, + "MatraR550Magic2": 27.00, "Matra MICA": 30.00, + "MatraMica": 30.00, + "MatraMicaIR": 30.00, "RB-15F": 440.92, "SCALP": 992.00, "KN-06": 315.00, "GBU12": 190.00, + "GBU-12": 190.00, "GBU16": 450.00, "Sea Eagle": 505.00, + "SeaEagle": 505.00, "AGM65": 200.00, + "AGM-65": 126.00, + "AGM-84": 488.00, + "AGM-88": 146.00, "RB-04E": 661.00, "RB-05A": 353.00, "RB-75": 126.00, "M90": 500.00, "M71": 200.00, + "M71R": 200.00, "MK-82": 192.00, + "MK-83": 445.00, + "MK-84": 945.00, "LAU-68": 10.00, "M317": 145.00, "GBU-31": 945.00, "AIM132": 22.05, "ALARM": 450.00, "STORMSHADOW": 850.00, + "S-21": 245.00, + "S-24": 271.00, + "Kh-66": 244.71, + "RS-2US": 28.66, + "R-55": 20.06, + "R-3S": 16.31, + "R-3R": 16.31, + "R-13M": 16.31, "R-60": 6.60, + "R-60M": 7.70, "R-27R1": 85.98, "R-27T1": 85.98, - "FAB-500": 564.00, - "M71R": 200.00, + "R-73E": 16.31, + "R-77": 49.60, + "RN-14T": 800.00, #fictional, thermobaeric replacement for the RN-24 nuclear bomb + "RN-18T": 1200.00, #fictional, thermobaeric replacement for the RN-28 nuclear bomb + "ZB-250": 236.99, + "ZB-500": 473.99, + "KH-25MP": 197.53, + "FAB-100": 92.59, + "OFAB-100": 92.59, + "FAB-250": 202.85, + "FAB-500": 564.38, + "KAB-500": 564.38, + "Exocet": 364.00, + "HVAR": 7.50,#P51 }; var incoming_listener = func { diff --git a/Frigate/Nasal/damage.nas b/Frigate/Nasal/damage.nas index 1352b8c..0b09786 100644 --- a/Frigate/Nasal/damage.nas +++ b/Frigate/Nasal/damage.nas @@ -15,8 +15,10 @@ var cannon_types = { " GAU-8/A hit": 0.10, # 30mm " BK27 cannon hit": 0.07, # 27mm " GSh-30 hit": 0.10, # 30mm - " 7.62 hit": 0.30, #UH-1 - " 50 BMG hit": 0.20, #p-47 + " GSh-23 hit": 0.065,# 23mm + " 7.62 hit": 0.005,# 7.62mm + " 50 BMG hit": 0.015,# 12.7mm + " S-5 rocket hit": 0.20, #55mm }; @@ -27,6 +29,7 @@ var warhead_lbs = { "AIM-120": 44.00, "RB-99": 44.00, "aim-7": 88.00, + "AIM-7": 88.00, "RB-71": 88.00, "aim-9": 20.80, "AIM9": 20.80, @@ -39,31 +42,63 @@ var warhead_lbs = { "Meteor": 55.00, "AIM-54": 135.00, "Matra R550 Magic 2": 27.00, + "MatraR550Magic2": 27.00, "Matra MICA": 30.00, + "MatraMica": 30.00, + "MatraMicaIR": 30.00, "RB-15F": 440.92, "SCALP": 992.00, "KN-06": 315.00, "GBU12": 190.00, + "GBU-12": 190.00, "GBU16": 450.00, "Sea Eagle": 505.00, + "SeaEagle": 505.00, "AGM65": 200.00, + "AGM-65": 126.00, + "AGM-84": 488.00, + "AGM-88": 146.00, "RB-04E": 661.00, "RB-05A": 353.00, "RB-75": 126.00, "M90": 500.00, "M71": 200.00, + "M71R": 200.00, "MK-82": 192.00, + "MK-83": 445.00, + "MK-84": 945.00, "LAU-68": 10.00, "M317": 145.00, "GBU-31": 945.00, "AIM132": 22.05, "ALARM": 450.00, "STORMSHADOW": 850.00, + "S-21": 245.00, + "S-24": 271.00, + "Kh-66": 244.71, + "RS-2US": 28.66, + "R-55": 20.06, + "R-3S": 16.31, + "R-3R": 16.31, + "R-13M": 16.31, "R-60": 6.60, + "R-60M": 7.70, "R-27R1": 85.98, "R-27T1": 85.98, - "FAB-500": 564.00, - "M71R": 200.00, + "R-73E": 16.31, + "R-77": 49.60, + "RN-14T": 800.00, #fictional, thermobaeric replacement for the RN-24 nuclear bomb + "RN-18T": 1200.00, #fictional, thermobaeric replacement for the RN-28 nuclear bomb + "ZB-250": 236.99, + "ZB-500": 473.99, + "KH-25MP": 197.53, + "FAB-100": 92.59, + "OFAB-100": 92.59, + "FAB-250": 202.85, + "FAB-500": 564.38, + "KAB-500": 564.38, + "Exocet": 364.00, + "HVAR": 7.50,#P51 }; var incoming_listener = func { diff --git a/depot/Nasal/damage.nas b/depot/Nasal/damage.nas index 1ace565..5a64c28 100644 --- a/depot/Nasal/damage.nas +++ b/depot/Nasal/damage.nas @@ -29,8 +29,10 @@ var cannon_types = { " GAU-8/A hit": 0.10, # 30mm " BK27 cannon hit": 0.07, # 27mm " GSh-30 hit": 0.10, # 30mm - " 7.62 hit": 0.30, #UH-1 - " 50 BMG hit": 0.20, #p-47 + " GSh-23 hit": 0.065,# 23mm + " 7.62 hit": 0.005,# 7.62mm + " 50 BMG hit": 0.015,# 12.7mm + " S-5 rocket hit": 0.20, #55mm }; @@ -41,6 +43,7 @@ var warhead_lbs = { "AIM-120": 44.00, "RB-99": 44.00, "aim-7": 88.00, + "AIM-7": 88.00, "RB-71": 88.00, "aim-9": 20.80, "AIM9": 20.80, @@ -53,31 +56,63 @@ var warhead_lbs = { "Meteor": 55.00, "AIM-54": 135.00, "Matra R550 Magic 2": 27.00, + "MatraR550Magic2": 27.00, "Matra MICA": 30.00, + "MatraMica": 30.00, + "MatraMicaIR": 30.00, "RB-15F": 440.92, "SCALP": 992.00, "KN-06": 315.00, "GBU12": 190.00, + "GBU-12": 190.00, "GBU16": 450.00, "Sea Eagle": 505.00, + "SeaEagle": 505.00, "AGM65": 200.00, + "AGM-65": 126.00, + "AGM-84": 488.00, + "AGM-88": 146.00, "RB-04E": 661.00, "RB-05A": 353.00, "RB-75": 126.00, "M90": 500.00, "M71": 200.00, + "M71R": 200.00, "MK-82": 192.00, + "MK-83": 445.00, + "MK-84": 945.00, "LAU-68": 10.00, "M317": 145.00, "GBU-31": 945.00, "AIM132": 22.05, "ALARM": 450.00, "STORMSHADOW": 850.00, + "S-21": 245.00, + "S-24": 271.00, + "Kh-66": 244.71, + "RS-2US": 28.66, + "R-55": 20.06, + "R-3S": 16.31, + "R-3R": 16.31, + "R-13M": 16.31, "R-60": 6.60, + "R-60M": 7.70, "R-27R1": 85.98, "R-27T1": 85.98, - "FAB-500": 564.00, - "M71R": 200.00, + "R-73E": 16.31, + "R-77": 49.60, + "RN-14T": 800.00, #fictional, thermobaeric replacement for the RN-24 nuclear bomb + "RN-18T": 1200.00, #fictional, thermobaeric replacement for the RN-28 nuclear bomb + "ZB-250": 236.99, + "ZB-500": 473.99, + "KH-25MP": 197.53, + "FAB-100": 92.59, + "OFAB-100": 92.59, + "FAB-250": 202.85, + "FAB-500": 564.38, + "KAB-500": 564.38, + "Exocet": 364.00, + "HVAR": 7.50,#P51 }; var incoming_listener = func { diff --git a/groundtarget/Nasal/damage.nas b/groundtarget/Nasal/damage.nas index 42d48ce..9578c4d 100644 --- a/groundtarget/Nasal/damage.nas +++ b/groundtarget/Nasal/damage.nas @@ -15,8 +15,10 @@ var cannon_types = { " GAU-8/A hit": 0.10, # 30mm " BK27 cannon hit": 0.07, # 27mm " GSh-30 hit": 0.10, # 30mm - " 7.62 hit": 0.30, #UH-1 - " 50 BMG hit": 0.20, #p-47 + " GSh-23 hit": 0.065,# 23mm + " 7.62 hit": 0.005,# 7.62mm + " 50 BMG hit": 0.015,# 12.7mm + " S-5 rocket hit": 0.20, #55mm }; @@ -27,6 +29,7 @@ var warhead_lbs = { "AIM-120": 44.00, "RB-99": 44.00, "aim-7": 88.00, + "AIM-7": 88.00, "RB-71": 88.00, "aim-9": 20.80, "AIM9": 20.80, @@ -39,33 +42,66 @@ var warhead_lbs = { "Meteor": 55.00, "AIM-54": 135.00, "Matra R550 Magic 2": 27.00, + "MatraR550Magic2": 27.00, "Matra MICA": 30.00, + "MatraMica": 30.00, + "MatraMicaIR": 30.00, "RB-15F": 440.92, "SCALP": 992.00, "KN-06": 315.00, "GBU12": 190.00, + "GBU-12": 190.00, "GBU16": 450.00, "Sea Eagle": 505.00, + "SeaEagle": 505.00, "AGM65": 200.00, + "AGM-65": 126.00, + "AGM-84": 488.00, + "AGM-88": 146.00, "RB-04E": 661.00, "RB-05A": 353.00, "RB-75": 126.00, "M90": 500.00, "M71": 200.00, + "M71R": 200.00, "MK-82": 192.00, + "MK-83": 445.00, + "MK-84": 945.00, "LAU-68": 10.00, "M317": 145.00, "GBU-31": 945.00, "AIM132": 22.05, "ALARM": 450.00, "STORMSHADOW": 850.00, + "S-21": 245.00, + "S-24": 271.00, + "Kh-66": 244.71, + "RS-2US": 28.66, + "R-55": 20.06, + "R-3S": 16.31, + "R-3R": 16.31, + "R-13M": 16.31, "R-60": 6.60, + "R-60M": 7.70, "R-27R1": 85.98, "R-27T1": 85.98, - "FAB-500": 564.00, - "M71R": 200.00, + "R-73E": 16.31, + "R-77": 49.60, + "RN-14T": 800.00, #fictional, thermobaeric replacement for the RN-24 nuclear bomb + "RN-18T": 1200.00, #fictional, thermobaeric replacement for the RN-28 nuclear bomb + "ZB-250": 236.99, + "ZB-500": 473.99, + "KH-25MP": 197.53, + "FAB-100": 92.59, + "OFAB-100": 92.59, + "FAB-250": 202.85, + "FAB-500": 564.38, + "KAB-500": 564.38, + "Exocet": 364.00, + "HVAR": 7.50,#P51 }; + var incoming_listener = func { var history = getprop("/sim/multiplay/chat-history"); var hist_vector = split("\n", history); diff --git a/missile-frigate/Nasal/damage.nas b/missile-frigate/Nasal/damage.nas index 3dc88b4..7325702 100644 --- a/missile-frigate/Nasal/damage.nas +++ b/missile-frigate/Nasal/damage.nas @@ -15,8 +15,10 @@ var cannon_types = { " GAU-8/A hit": 0.10, # 30mm " BK27 cannon hit": 0.07, # 27mm " GSh-30 hit": 0.10, # 30mm - " 7.62 hit": 0.30, #UH-1 - " 50 BMG hit": 0.20, #p-47 + " GSh-23 hit": 0.065,# 23mm + " 7.62 hit": 0.005,# 7.62mm + " 50 BMG hit": 0.015,# 12.7mm + " S-5 rocket hit": 0.20, #55mm }; @@ -27,6 +29,7 @@ var warhead_lbs = { "AIM-120": 44.00, "RB-99": 44.00, "aim-7": 88.00, + "AIM-7": 88.00, "RB-71": 88.00, "aim-9": 20.80, "AIM9": 20.80, @@ -39,31 +42,63 @@ var warhead_lbs = { "Meteor": 55.00, "AIM-54": 135.00, "Matra R550 Magic 2": 27.00, + "MatraR550Magic2": 27.00, "Matra MICA": 30.00, + "MatraMica": 30.00, + "MatraMicaIR": 30.00, "RB-15F": 440.92, "SCALP": 992.00, "KN-06": 315.00, "GBU12": 190.00, + "GBU-12": 190.00, "GBU16": 450.00, "Sea Eagle": 505.00, + "SeaEagle": 505.00, "AGM65": 200.00, + "AGM-65": 126.00, + "AGM-84": 488.00, + "AGM-88": 146.00, "RB-04E": 661.00, "RB-05A": 353.00, "RB-75": 126.00, "M90": 500.00, "M71": 200.00, + "M71R": 200.00, "MK-82": 192.00, + "MK-83": 445.00, + "MK-84": 945.00, "LAU-68": 10.00, "M317": 145.00, "GBU-31": 945.00, "AIM132": 22.05, "ALARM": 450.00, "STORMSHADOW": 850.00, + "S-21": 245.00, + "S-24": 271.00, + "Kh-66": 244.71, + "RS-2US": 28.66, + "R-55": 20.06, + "R-3S": 16.31, + "R-3R": 16.31, + "R-13M": 16.31, "R-60": 6.60, + "R-60M": 7.70, "R-27R1": 85.98, "R-27T1": 85.98, - "FAB-500": 564.00, - "M71R": 200.00, + "R-73E": 16.31, + "R-77": 49.60, + "RN-14T": 800.00, #fictional, thermobaeric replacement for the RN-24 nuclear bomb + "RN-18T": 1200.00, #fictional, thermobaeric replacement for the RN-28 nuclear bomb + "ZB-250": 236.99, + "ZB-500": 473.99, + "KH-25MP": 197.53, + "FAB-100": 92.59, + "OFAB-100": 92.59, + "FAB-250": 202.85, + "FAB-500": 564.38, + "KAB-500": 564.38, + "Exocet": 364.00, + "HVAR": 7.50,#P51 }; var incoming_listener = func {