From 8c4d032e9ae17f42a361374350d388bd557a6c3e Mon Sep 17 00:00:00 2001 From: Emisse <99158783+Emisse@users.noreply.github.com> Date: Tue, 2 May 2023 03:21:02 -0600 Subject: [PATCH] [map] Fland paramedic and up minimum to 70 (#16009) * fland * prot * 1 --- Resources/Maps/fland.yml | 82 +++++++++++++---------------- Resources/Prototypes/Maps/fland.yml | 3 +- 2 files changed, 40 insertions(+), 45 deletions(-) diff --git a/Resources/Maps/fland.yml b/Resources/Maps/fland.yml index 1c1238cf02..f8fce07142 100644 --- a/Resources/Maps/fland.yml +++ b/Resources/Maps/fland.yml @@ -15801,7 +15801,8 @@ entities: type: GridAtmosphere - type: GasTileOverlay - type: RadiationGridResistance - - type: SpreaderGrid + - nextUpdate: 0 + type: SpreaderGrid - proto: AcousticGuitarInstrument entities: - uid: 26234 @@ -102685,13 +102686,6 @@ entities: - pos: 82.49005,-43.29124 parent: 13329 type: Transform -- proto: ClothingOuterWinterPara - entities: - - uid: 19143 - components: - - pos: 4.857835,50.580338 - parent: 13329 - type: Transform - proto: ClothingShoesBootsCombatFilled entities: - uid: 34223 @@ -102907,13 +102901,6 @@ entities: - pos: 37.479042,26.722422 parent: 13329 type: Transform -- proto: ClothingUniformJumpskirtParamedic - entities: - - uid: 19145 - components: - - pos: 5.5609603,50.689713 - parent: 13329 - type: Transform - proto: ClothingUniformJumpsuitAncient entities: - uid: 32231 @@ -103004,13 +102991,6 @@ entities: - pos: 53.569046,62.640114 parent: 13329 type: Transform -- proto: ClothingUniformJumpsuitParamedic - entities: - - uid: 19144 - components: - - pos: 5.6859603,50.689713 - parent: 13329 - type: Transform - proto: ClothingUniformJumpsuitReporter entities: - uid: 34253 @@ -172373,8 +172353,6 @@ entities: - pos: 48.5,-31.5 parent: 13329 type: Transform - - enabled: True - type: AmbientSound - color: '#FF1212FF' type: AtmosPipeColor - bodyType: Static @@ -183404,6 +183382,18 @@ entities: - 0 - 0 type: EntityStorage +- proto: LockerParamedicFilled + entities: + - uid: 13332 + components: + - pos: 4.5,50.5 + parent: 13329 + type: Transform + - uid: 13333 + components: + - pos: 5.5,50.5 + parent: 13329 + type: Transform - proto: LockerQuarterMasterFilled entities: - uid: 11709 @@ -194999,6 +194989,8 @@ entities: pos: 68.5,-51.5 parent: 13329 type: Transform + - powerLoad: 0 + type: ApcPowerReceiver - uid: 34527 components: - pos: 64.5,-48.5 @@ -210083,6 +210075,18 @@ entities: - pos: -0.5,-3.5 parent: 13329 type: Transform +- proto: SpawnPointParamedic + entities: + - uid: 13330 + components: + - pos: 4.5,49.5 + parent: 13329 + type: Transform + - uid: 13331 + components: + - pos: 5.5,49.5 + parent: 13329 + type: Transform - proto: SpawnPointQuartermaster entities: - uid: 11708 @@ -213910,16 +213914,6 @@ entities: pos: 20.5,39.5 parent: 13329 type: Transform - - uid: 18564 - components: - - pos: 2.5,43.5 - parent: 13329 - type: Transform - - uid: 18565 - components: - - pos: 2.5,44.5 - parent: 13329 - type: Transform - uid: 18566 components: - pos: 2.5,41.5 @@ -215744,16 +215738,6 @@ entities: - pos: 11.5,56.5 parent: 13329 type: Transform - - uid: 19141 - components: - - pos: 5.5,50.5 - parent: 13329 - type: Transform - - uid: 19142 - components: - - pos: 4.5,50.5 - parent: 13329 - type: Transform - uid: 19158 components: - pos: -21.5,73.5 @@ -216256,6 +216240,16 @@ entities: type: Transform - proto: TableReinforcedGlass entities: + - uid: 13334 + components: + - pos: 2.5,43.5 + parent: 13329 + type: Transform + - uid: 13335 + components: + - pos: 2.5,44.5 + parent: 13329 + type: Transform - uid: 15481 components: - pos: 53.5,-41.5 diff --git a/Resources/Prototypes/Maps/fland.yml b/Resources/Prototypes/Maps/fland.yml index 081ff98e1f..f900c4d6ec 100644 --- a/Resources/Prototypes/Maps/fland.yml +++ b/Resources/Prototypes/Maps/fland.yml @@ -2,7 +2,7 @@ id: Fland mapName: 'Fland Installation' mapPath: /Maps/fland.yml - minPlayers: 60 + minPlayers: 70 stations: Fland: mapNameTemplate: '{0} Fland Installation {1}' @@ -47,3 +47,4 @@ Detective: [ 1, 1 ] ResearchAssistant: [ 3, 3 ] Brigmedic: [ 1, 1 ] + Paramedic: [ 2, 2 ] -- 2.51.2