From eb2601665a143e3060f00e7621ed141734b24f0c Mon Sep 17 00:00:00 2001 From: CrimeMoot Date: Wed, 4 Dec 2024 21:39:39 +0000 Subject: [PATCH] fix centcom --- .../Locale/ru-RU/backmen/actions/actions.ftl | 5 --- .../Prototypes/Entities/Stations/base.yml | 1 + Resources/Prototypes/Maps/centcomm.yml | 37 ++----------------- .../Prototypes/_Backmen/centcom_maps.yml | 7 ---- 4 files changed, 4 insertions(+), 46 deletions(-) delete mode 100644 Resources/Locale/ru-RU/backmen/actions/actions.ftl delete mode 100644 Resources/Prototypes/_Backmen/centcom_maps.yml diff --git a/Resources/Locale/ru-RU/backmen/actions/actions.ftl b/Resources/Locale/ru-RU/backmen/actions/actions.ftl deleted file mode 100644 index b218b75ede1..00000000000 --- a/Resources/Locale/ru-RU/backmen/actions/actions.ftl +++ /dev/null @@ -1,5 +0,0 @@ -centcom-ftl-action-at-centcomm = Вы уже находитесь на ЦентКомме -centcom-ftl-action-no-station = Станция ЦентКомма не найдена -centcom-ftl-action-no-pilot = Вы не пилотируете шаттл -centcom-ftl-action-name = Ключ навигации ЦентКомма -centcom-ftl-action-description = Позволяет совершить прыжок на станцию ЦентКомма diff --git a/Resources/Prototypes/Entities/Stations/base.yml b/Resources/Prototypes/Entities/Stations/base.yml index 0e8a2ba31b0..40e1a4caed1 100644 --- a/Resources/Prototypes/Entities/Stations/base.yml +++ b/Resources/Prototypes/Entities/Stations/base.yml @@ -77,6 +77,7 @@ abstract: true components: - type: StationCentcomm + map: "/Maps/corvax_centcomm.yml" # Corvax-Mapping - type: entity id: BaseStationEvacuation diff --git a/Resources/Prototypes/Maps/centcomm.yml b/Resources/Prototypes/Maps/centcomm.yml index 269aa45b7b3..741dd0c0b32 100644 --- a/Resources/Prototypes/Maps/centcomm.yml +++ b/Resources/Prototypes/Maps/centcomm.yml @@ -2,7 +2,7 @@ id: CentComm mapName: 'Central Command' mapPath: /Maps/corvax_centcomm.yml - minPlayers: 30 + minPlayers: 10 stations: centcomm: stationProto: NanotrasenCentralCommand @@ -10,36 +10,5 @@ - type: StationNameSetup mapNameTemplate: '{0} Central Command {1}' nameGenerator: - !type:NanotrasenCentComNameGenerator - prefixCreator: 'SC' - -- type: gameMap - id: CentCommv2 - mapName: 'Central Command' - mapPath: /Maps/corvax_centcomm.yml - minPlayers: 30 - stations: - centcomm: - stationProto: NanotrasenCentralCommand - components: - - type: StationNameSetup - mapNameTemplate: '{0} Central Command {1}' - nameGenerator: - !type:NanotrasenCentComNameGenerator - prefixCreator: 'CX' - -- type: gameMap - id: CentCommv3 - mapName: 'Central Command' - mapPath: /Maps/corvax_centcomm.yml - minPlayers: 30 - stations: - centcomm: - stationProto: NanotrasenCentralCommand - components: - - type: StationNameSetup - mapNameTemplate: '{0} Central Command {1}' - nameGenerator: - !type:NanotrasenCentComNameGenerator - prefixCreator: 'B' - + !type:NanotrasenNameGenerator + prefixCreator: 'TG' \ No newline at end of file diff --git a/Resources/Prototypes/_Backmen/centcom_maps.yml b/Resources/Prototypes/_Backmen/centcom_maps.yml deleted file mode 100644 index 3822f23720f..00000000000 --- a/Resources/Prototypes/_Backmen/centcom_maps.yml +++ /dev/null @@ -1,7 +0,0 @@ - -- type: weightedRandom - id: DefaultCentcomPool - weights: - CentComm: 0.5 -# CentCommv2: 0.35 -# CentCommv3: 0.7