diff --git a/src/i18n/en_AU.ts b/src/i18n/en_AU.ts index acdd965e61..6499188679 100644 --- a/src/i18n/en_AU.ts +++ b/src/i18n/en_AU.ts @@ -97,7 +97,7 @@ export default { }, 'Ambulance Vehicles': { vehicles: { - 'Ambulances': [5], + 'Ambulances': [5, 61], 'Intensive Care Vehicles': [9, 24, 25], 'Other Ambulance Vehicles': [23, 26, 27], }, @@ -242,7 +242,7 @@ export default { 'Pipeline', ], only_alliance_missions: [57, 74], - transfer_missions: [], + transfer_missions: [701, 702], ranks: { missionchief: { 0: 'Probie', diff --git a/src/i18n/en_AU/buildings.ts b/src/i18n/en_AU/buildings.ts index 557badb46b..6286d5047c 100644 --- a/src/i18n/en_AU/buildings.ts +++ b/src/i18n/en_AU/buildings.ts @@ -28,7 +28,7 @@ export default { duration: '7 Days', isVehicleExtension: true, givesParkingLots: 0, - unlocksVehicleTypes: [5, 23, 24, 25, 26, 27], + unlocksVehicleTypes: [5, 23, 24, 25, 26, 27, 61], }, { caption: 'Bushfire Expansion', diff --git a/src/i18n/en_AU/vehicles.ts b/src/i18n/en_AU/vehicles.ts index 8eb8abb5c9..34bc75d069 100644 --- a/src/i18n/en_AU/vehicles.ts +++ b/src/i18n/en_AU/vehicles.ts @@ -907,4 +907,13 @@ export default { tractiveVehicles: [3], foamTank: 1000, }, + 61: { + caption: 'Ambulance Transport', + color: '#9c691c', + credits: 5000, + coins: 12, + staff: { min: 2, max: 2 }, + icon: 'car-side', + possibleBuildings: [0, 2, 20], + }, } satisfies Record; diff --git a/src/modules/extendedCallWindow/i18n/en_US.json b/src/modules/extendedCallWindow/i18n/en_US.json index da6ed0735d..853e486ecf 100644 --- a/src/modules/extendedCallWindow/i18n/en_US.json +++ b/src/modules/extendedCallWindow/i18n/en_US.json @@ -73,6 +73,11 @@ "texts": ["Heavy Rescue Vehicle", "Heavy Rescue Vehicles"], "vehicles": [4, 8, 18, 21, 28, 61, 67, 96, 97] }, + { + "equipment": ["fire_rescue", "fire_engine"], + "texts": ["Heavy Rescue Vehicle or Platform Truck", "Heavy Rescue Vehicles or Platform Trucks"], + "vehicles": [0, 1, 13, 18, 30, 33, 48, 4, 8, 18, 21, 28, 61, 67, 96, 97, 2, 13, 100] + }, { "equipment": ["breathing_protection"], "texts": ["Mobile Air"], diff --git a/src/modules/missionHelper/i18n/en_AU.json b/src/modules/missionHelper/i18n/en_AU.json index 55a80f3966..7ac9dc475a 100644 --- a/src/modules/missionHelper/i18n/en_AU.json +++ b/src/modules/missionHelper/i18n/en_AU.json @@ -18,6 +18,7 @@ "water_rescue": "SES Missions" }, "patients": { + "allow_ktw_instead_of_rtw": "Ambulance Transport can replace Ambulance", "critical_care": "Intensive Care Chance", "helicopter": "Probability for Air Ambulance", "patient_allow_first_responder_chance": "First Responder Probability", @@ -131,6 +132,9 @@ "allow_arff_instead_of_lf": { "firetrucks": "Fire Engine or ULFV | Fire Engine or ULFV" }, + "allow_ktw_instead_of_rtw": { + "ambulances": "Ambulance Transport or replace Ambulance" + }, "allow_police_motorcycle_instead_of_fustw": { "additional_text": "of max. {n} Motorcycle | of max. {n} Motorcycles", "based_on": "police_cars", diff --git a/src/modules/missionHelper/i18n/en_US.json b/src/modules/missionHelper/i18n/en_US.json index 59f7c6b20a..a77e8aa76d 100644 --- a/src/modules/missionHelper/i18n/en_US.json +++ b/src/modules/missionHelper/i18n/en_US.json @@ -150,6 +150,7 @@ "oneof_fire_engine_or_fire_ladder": "Firetrucks or Plattform Trucks", "oneof_fire_engine_or_fire_rescue": "Firetrucks or Heavy Rescues", "oneof_fire_engine_or_fire_rescue_or_fire_ladder": "Firetrucks, Heavy Rescues or Plattform Trucks", + "oneof_fire_engine_or_rescue_or_ladder": "Firetrucks, Heavy Rescue Vehicles or Platform Trucks", "oneof_fire_investigation_or_fbi_drone": "FBI Drones or FBI Investigation Wagons", "oneof_police_patrol_or_police_swat": "SWATs or Patrol Cars", "platform_trucks": "Platform Truck | Platform Trucks", diff --git a/src/modules/missionHelper/settings.ts b/src/modules/missionHelper/settings.ts index 8ff61152ab..a370e9b271 100644 --- a/src/modules/missionHelper/settings.ts +++ b/src/modules/missionHelper/settings.ts @@ -193,6 +193,7 @@ export default ((MODULE_ID, LSSM, $m) => { 'fr_FR', 'nb_NO', 'fi_FI', + 'en_AU', ].includes(locale) ? { 'optionalAlternatives.allow_ktw_instead_of_rtw': {