Skip to content

Commit

Permalink
✨[core]⛵🚤🔥🚨 AU CP
Browse files Browse the repository at this point in the history
  • Loading branch information
Suchty112 committed Feb 4, 2025
1 parent acac3fd commit bb3339d
Show file tree
Hide file tree
Showing 7 changed files with 101 additions and 5 deletions.
6 changes: 4 additions & 2 deletions src/i18n/en_AU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ export default {
modules,
buildingCategories: {
'Fire Department': {
buildings: [0, 1, 18, 23],
buildings: [0, 1, 18, 23, 26],
color: '#ff2d2d',
},
'Rescue Stations': {
buildings: [2, 3, 4, 5, 20],
color: '#ffa500',
},
'Police Stations': {
buildings: [6, 8, 13, 19],
buildings: [6, 8, 13, 19, 27],
color: '#00ac00',
},
'SES & Water Rescue': {
Expand All @@ -92,6 +92,7 @@ export default {
'Bush-Fire Units': [28, 29, 31, 32, 33],
'CAFS': [55, 56, 57, 58, 60],
'Special Vehicles': [2, 3, 4, 6, 7, 10, 11],
'Boat': [62],
},
color: '#ff2d2d',
},
Expand All @@ -112,6 +113,7 @@ export default {
'Mounted': [22],
'RIOT Units': [34, 35, 36],
'Senior Sergeant': [37],
'Boat': [63],
},
color: '#00ac00',
},
Expand Down
42 changes: 42 additions & 0 deletions src/i18n/en_AU/buildings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -889,4 +889,46 @@ export default {
"Finance ministers and admins can (expand) Water Rescue Academy with the help of credits from the association's treasury.Training course masters and admins can start training courses at association Water Rescue Academys.",
icon: 'graduation-cap',
},
26: {
caption: 'Fire Boat Dock',
color: '#ab0404',
coins: 35,
credits: 500_000,
levelPrices: {
credits: [10_000, 50_000, ...Array(14).fill(100_000)],
coins: [10, 15, ...Array(14).fill(20)],
},
extensions: [],
levelcost: ['1. 10.000', '2. 50.000', '3.-16. 100.000'],
maxBuildings: 'No limit',
maxLevel: 16,
special: '',
startPersonnel: 2,
startParkingLots: 1,
startVehicles: [''],
schoolingTypes: ['SES & Water Rescue'],
schools: [25],
icon: 'ship',
},
27: {
caption: 'Police Boat Dock',
color: '#ab0404',
coins: 35,
credits: 500_000,
levelPrices: {
credits: [10_000, 50_000, ...Array(14).fill(100_000)],
coins: [10, 15, ...Array(14).fill(20)],
},
extensions: [],
levelcost: ['1. 10.000', '2. 50.000', '3.-16. 100.000'],
maxBuildings: 'No limit',
maxLevel: 16,
special: '',
startPersonnel: 2,
startParkingLots: 1,
startVehicles: [''],
schoolingTypes: ['SES & Water Rescue'],
schools: [25],
icon: 'ship',
},
} satisfies Record<number, InternalBuilding>;
38 changes: 38 additions & 0 deletions src/i18n/en_AU/vehicles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -916,4 +916,42 @@ export default {
icon: 'car-side',
possibleBuildings: [0, 2, 20],
},
62: {
caption: 'Fire Boat',
color: '#552222',
credits: 25_000,
coins: 15,
staff: {
min: 2,
max: 4,
training: {
'SES & Water Rescue': {
ocean_navigation: {
all: true,
},
},
},
},
icon: 'car-side',
possibleBuildings: [26],
},
63: {
caption: 'Patrol Cutter',
color: '#552222',
credits: 25_000,
coins: 15,
staff: {
min: 2,
max: 4,
training: {
'SES & Water Rescue': {
ocean_navigation: {
all: true,
},
},
},
},
icon: 'car-side',
possibleBuildings: [27],
},
} satisfies Record<number, InternalVehicle>;
8 changes: 8 additions & 0 deletions src/modules/extendedCallWindow/i18n/en_AU.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,14 @@
{
"texts": ["Waterdamage Pump"],
"vehicles": [0, 1, 6, 12, 13, 19, 30, 48]
},
{
"texts": ["Fire Boat"],
"vehicles": [62]
},
{
"texts": ["Patrol Cutter"],
"vehicles": [63]
}
],
"water": "l. water"
Expand Down
4 changes: 2 additions & 2 deletions src/modules/extendedCallWindow/i18n/en_AU.root.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,11 +220,11 @@
{
"name": "Other Fire Apparatus",
"vehicleTypes": [
2, 3, 4, 6, 7, 10, 11, 43, 44, 45, 55, 56, 57, 58, 60
2, 3, 4, 6, 7, 10, 11, 43, 44, 45, 55, 56, 57, 58, 60, 62
]
},
{ "name": "Ambulance", "vehicleTypes": [5, 9, 23, 24, 25, 26, 27] },
{ "name": "Police", "vehicleTypes": [8, 15, 16, 17, 18, 22, 37] },
{ "name": "Police", "vehicleTypes": [8, 15, 16, 17, 18, 22, 37, 63] },
{ "name": "Riot Police", "vehicleTypes": [34, 35, 36] },
{
"name": "Bushfire Vehicles",
Expand Down
6 changes: 6 additions & 0 deletions src/modules/missionHelper/i18n/en_AU.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@
"ambulance": "Ambulance Mission",
"coastal_rescue_ocean": "VMR Ocean Missions",
"fire": "Fire Fighting Missions",
"fire_ocean": "Fire Ocean Missions",
"fire_support": "Chemical and Industrial Fire Missions",
"forestry": "Wildfire Missions",
"forestry_specialization": "Bushfire Missions (Specialization)",
"police": "Police Mission",
"police_ocean": "Police Ocean Missions",
"riot_police_specialization": "Riot Police Missions",
"title": "Generating Categories",
"water_damage_and_flood_water_rescue": "Flood Rescue Mission",
Expand All @@ -36,10 +38,12 @@
"coastal_rescue_count": "Volunteer Marine Rescue Station | Volunteer Marine Rescue Stations",
"disaster_response_count": "Disaster Response Equipment Extension | Disaster Response Equipment Extensions",
"fire_aviation_count": "Fire Airbase | Fire Airbases",
"fire_boat_docks": "Fire Boat Dock | Fire Boat Docks",
"fire_stations": "Fire Station | Fire Stations",
"fire_support_count": "Foam and CAFS Extension | Foam and CAFS Extensions",
"max_police_stations": "Maximum Police Stations",
"max_rescue_stations": "Maximum Rescue Stations",
"police_boat_dock": "Police Boat Dock | Police Boat Docks",
"police_helicopter_stations": "Police Air Wing Station | Police Air Wing Stations",
"police_service_group_leader": "Senior Sergeant's Office | Senior Sergeant's Offices",
"police_stations": "Police Station | Police Stations",
Expand Down Expand Up @@ -79,6 +83,7 @@
"elw_water_rescue": "SES FOV | SES FOVs",
"energy_supply": "SES Solar/Wind Power Trailer | SES Solar/Wind Power Trailers",
"fire_aviation": "Airborne Firefighting Vehicle | Airborne Firefighting Vehicles",
"fire_boat": "Fire Boat",
"firetrucks": "Fire Engine | Fire Engines",
"flood_equipment": "SES Sandbag Trailer | SES Sandbag Trailers",
"foam": "Foam Unit or CAFS | Foam Units or CAFS",
Expand All @@ -101,6 +106,7 @@
"oneof_fire_engine_or_rescue_or_ladder": "Fire Engines, Rescue Units or Ladder Platform Trucks",
"oneof_police_patrol_or_swat": "Police Cars or TOGs",
"platform_trucks": "Ladder Platform Truck | Ladder Platform Trucks",
"police_boat": "Patrol Cutter",
"police_cars": "Police Car | Police Cars",
"police_helicopters": "Police Helicopter | Police Helicopters",
"police_horse": "Mounted Police Unit | Mounted Police Units",
Expand Down
2 changes: 1 addition & 1 deletion src/modules/missionHelper/i18n/es_ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"police_helicopters": "Helicóptero Policíal | Helicópteros Policiales",
"pump": "Bombas accionadas por motor",
"swat_armored_vehicle": "Unidad Antidisturbios | Unidades Antidisturbio",
"swat_suv": "Unidad GEO | Unidades GEO",
"swat_suv": "Unidad GOES | Unidades GOES",
"water_tankers": "Camión BNP | Camiones BNP"
},
"multifunctionals": {
Expand Down

0 comments on commit bb3339d

Please sign in to comment.