From 5cc2b12f4e32d25ea2fe868fba2a95c8b5bce1ff Mon Sep 17 00:00:00 2001 From: Emisse <99158783+Emisse@users.noreply.github.com> Date: Sat, 17 Aug 2024 00:23:57 -0600 Subject: [PATCH] standardize map protos and fill gaps (#31120) update protos --- Resources/Prototypes/Maps/bagel.yml | 10 +++++----- Resources/Prototypes/Maps/core.yml | 4 ++-- Resources/Prototypes/Maps/omega.yml | 2 +- Resources/Prototypes/Maps/packed.yml | 4 ++-- Resources/Prototypes/Maps/train.yml | 10 +++++----- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Resources/Prototypes/Maps/bagel.yml b/Resources/Prototypes/Maps/bagel.yml index ea06153d7e..44d699b481 100644 --- a/Resources/Prototypes/Maps/bagel.yml +++ b/Resources/Prototypes/Maps/bagel.yml @@ -2,8 +2,8 @@ id: Bagel mapName: 'Bagel Station' mapPath: /Maps/bagel.yml - minPlayers: 40 - maxPlayers: 76 + minPlayers: 35 + maxPlayers: 70 stations: Bagel: stationProto: StandardNanotrasenStation @@ -20,10 +20,10 @@ #service Captain: [ 1, 1 ] HeadOfPersonnel: [ 1, 1 ] - Bartender: [ 2, 2 ] - Botanist: [ 3, 3 ] + Bartender: [ 1, 2 ] + Botanist: [ 2, 2 ] Chef: [ 2, 2 ] - Janitor: [ 3, 3 ] + Janitor: [ 2, 2 ] Chaplain: [ 1, 1 ] Librarian: [ 1, 1 ] ServiceWorker: [ 2, 2 ] diff --git a/Resources/Prototypes/Maps/core.yml b/Resources/Prototypes/Maps/core.yml index 950984c719..20944598c0 100644 --- a/Resources/Prototypes/Maps/core.yml +++ b/Resources/Prototypes/Maps/core.yml @@ -2,8 +2,8 @@ id: Core mapName: 'Core' mapPath: /Maps/core.yml - minPlayers: 30 - maxPlayers: 60 + minPlayers: 35 + maxPlayers: 70 stations: Core: stationProto: StandardNanotrasenStation diff --git a/Resources/Prototypes/Maps/omega.yml b/Resources/Prototypes/Maps/omega.yml index b94fdbc05d..787c91be5e 100644 --- a/Resources/Prototypes/Maps/omega.yml +++ b/Resources/Prototypes/Maps/omega.yml @@ -2,7 +2,7 @@ id: Omega mapName: 'Omega' mapPath: /Maps/omega.yml - minPlayers: 10 + minPlayers: 7 maxPlayers: 35 stations: Omega: diff --git a/Resources/Prototypes/Maps/packed.yml b/Resources/Prototypes/Maps/packed.yml index fd79dfd823..1d09e76621 100644 --- a/Resources/Prototypes/Maps/packed.yml +++ b/Resources/Prototypes/Maps/packed.yml @@ -2,8 +2,8 @@ id: Packed mapName: 'Packed' mapPath: /Maps/packed.yml - minPlayers: 5 - maxPlayers: 40 + minPlayers: 7 + maxPlayers: 35 stations: Packed: stationProto: StandardNanotrasenStation diff --git a/Resources/Prototypes/Maps/train.yml b/Resources/Prototypes/Maps/train.yml index 771d928c00..cb37998a8e 100644 --- a/Resources/Prototypes/Maps/train.yml +++ b/Resources/Prototypes/Maps/train.yml @@ -4,8 +4,8 @@ mapPath: /Maps/train.yml maxRandomOffset: 0 randomRotation: false - minPlayers: 10 - maxPlayers: 50 + minPlayers: 35 + maxPlayers: 70 stations: Train: stationProto: StandardNanotrasenStation @@ -25,7 +25,7 @@ Bartender: [ 1, 1 ] Botanist: [ 2, 2 ] Chef: [ 1, 1 ] - Janitor: [ 1, 2 ] + Janitor: [ 2, 2 ] Chaplain: [ 1, 1 ] Librarian: [ 1, 1 ] ServiceWorker: [ 2, 3 ] @@ -53,8 +53,8 @@ Lawyer: [ 1, 2 ] #supply Quartermaster: [ 1, 1 ] - SalvageSpecialist: [ 2, 2 ] - CargoTechnician: [ 2, 2 ] + SalvageSpecialist: [ 3, 3 ] + CargoTechnician: [ 3, 3 ] #civilian Passenger: [ -1, -1 ] Clown: [ 1, 1 ] -- 2.52.0