From fd50ffb3421c69430d3456c7b4a6fb001301e0c5 Mon Sep 17 00:00:00 2001 From: SuperStucco Date: Mon, 3 Jun 2024 11:35:20 -0600 Subject: [PATCH 1/2] Added support for SR_FIRE_SUPPORT and MIXED_ARTILLERY roles, fixed minor typo --- megamek/i18n/megamek/client/messages.properties | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/megamek/i18n/megamek/client/messages.properties b/megamek/i18n/megamek/client/messages.properties index 0a376ed4c3c..e3d86403264 100644 --- a/megamek/i18n/megamek/client/messages.properties +++ b/megamek/i18n/megamek/client/messages.properties @@ -3064,6 +3064,8 @@ MissionRole.artillery=Artillery MissionRole.artillery.tooltip=Only units with tube or missile artillery. MissionRole.missile_artillery=Missile Artillery MissionRole.missile_artillery.tooltip=Only units with missile artillery. +MissionRole.mixed_artillery=Tactical Artillery +MissionRole.mixed_artillery.tooltip=Artillery for close support of combat units MissionRole.apc=APC MissionRole.apc.tooltip=Infantry transport capacity MissionRole.training=Training @@ -3076,12 +3078,14 @@ MissionRole.civilian=Civilian MissionRole.civilian.tooltip=Units typically operated by civilians rather than militaries MissionRole.fire_support=Fire Support MissionRole.fire_support.tooltip=Long-ranged weapons, including missile artillery. +MissionRole.sr_fire_support=Close Fire Support +MissionRole.sr_fire_support.tooltip=Short-ranged weapons MissionRole.urban=Urban MissionRole.urban.tooltip=Designed for urban combat. MissionRole.spotter=Artillery Spotter MissionRole.spotter.tooltip=Has target acquisition gear. MissionRole.anti_aircraft=Anti-Aircraft -MissionRole.anti_aircraft.tooltip=Has special airborn targetting capacity or flak-capable weapons. +MissionRole.anti_aircraft.tooltip=Has special airborne targeting capacity or flak-capable weapons. MissionRole.anti_infantry=Anti-Infantry MissionRole.anti_infantry.tooltip=Has anti-personnel weapons. MissionRole.inf_support=Infantry Support From 4681df7d7c4026fcbe04249d5ac4569aa59a5979 Mon Sep 17 00:00:00 2001 From: SuperStucco Date: Mon, 3 Jun 2024 11:35:20 -0600 Subject: [PATCH 2/2] Added support for SR_FIRE_SUPPORT and MIXED_ARTILLERY roles, fixed minor typo --- megamek/i18n/megamek/client/messages.properties | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/megamek/i18n/megamek/client/messages.properties b/megamek/i18n/megamek/client/messages.properties index ef188530cf2..21a05c4582c 100644 --- a/megamek/i18n/megamek/client/messages.properties +++ b/megamek/i18n/megamek/client/messages.properties @@ -3065,6 +3065,8 @@ MissionRole.artillery=Artillery MissionRole.artillery.tooltip=Only units with tube or missile artillery. MissionRole.missile_artillery=Missile Artillery MissionRole.missile_artillery.tooltip=Only units with missile artillery. +MissionRole.mixed_artillery=Tactical Artillery +MissionRole.mixed_artillery.tooltip=Artillery for close support of combat units MissionRole.apc=APC MissionRole.apc.tooltip=Infantry transport capacity MissionRole.training=Training @@ -3077,12 +3079,14 @@ MissionRole.civilian=Civilian MissionRole.civilian.tooltip=Units typically operated by civilians rather than militaries MissionRole.fire_support=Fire Support MissionRole.fire_support.tooltip=Long-ranged weapons, including missile artillery. +MissionRole.sr_fire_support=Close Fire Support +MissionRole.sr_fire_support.tooltip=Short-ranged weapons MissionRole.urban=Urban MissionRole.urban.tooltip=Designed for urban combat. MissionRole.spotter=Artillery Spotter MissionRole.spotter.tooltip=Has target acquisition gear. MissionRole.anti_aircraft=Anti-Aircraft -MissionRole.anti_aircraft.tooltip=Has special airborn targetting capacity or flak-capable weapons. +MissionRole.anti_aircraft.tooltip=Has special airborne targeting capacity or flak-capable weapons. MissionRole.anti_infantry=Anti-Infantry MissionRole.anti_infantry.tooltip=Has anti-personnel weapons. MissionRole.inf_support=Infantry Support