diff --git a/Resources/Locale/ru-RU/corvax/station-goal/station-goal-component.ftl b/Resources/Locale/ru-RU/corvax/station-goal/station-goal-component.ftl index 8caad9e9dce..138daa7b64c 100644 --- a/Resources/Locale/ru-RU/corvax/station-goal/station-goal-component.ftl +++ b/Resources/Locale/ru-RU/corvax/station-goal/station-goal-component.ftl @@ -292,6 +292,15 @@ station-goal-bunker = Бункер отдела Службы Безопасности должен так же включать в себя два Силовика и три Раздатчика летальных ружейных патронов. Бункер Медицинского отдела должен дополнительно оснащаться Дефиблилятором и зарядником батарей. + { station-goal-end } +station-goal-survive = + { station-goal-start }[bold] + Цель смены станции { $station } — поддержание станции в рабочем состоянии[/bold] + + Ваша станция должна провести в рабочем состоянии как минимум 1 час 30 минут. + + После прохождения минимального времени выполнения цели, вы в праве вызвать эвакуационный шаттл. + { station-goal-end } station-goal-frame-repair = { station-goal-start }[bold] diff --git a/Resources/Prototypes/Corvax/Entities/Stations/base.yml b/Resources/Prototypes/Corvax/Entities/Stations/base.yml index ee3c2921ec0..1a66e65fb35 100644 --- a/Resources/Prototypes/Corvax/Entities/Stations/base.yml +++ b/Resources/Prototypes/Corvax/Entities/Stations/base.yml @@ -21,6 +21,7 @@ - CellAI - Botany - Bunker + - Survive - type: entity id: BaseStationSiliconLawNTDefault diff --git a/Resources/Prototypes/Corvax/Objectives/goals.yml b/Resources/Prototypes/Corvax/Objectives/goals.yml index 482836319b4..dfe0be05289 100644 --- a/Resources/Prototypes/Corvax/Objectives/goals.yml +++ b/Resources/Prototypes/Corvax/Objectives/goals.yml @@ -2,6 +2,7 @@ - type: stationGoal id: Singularity text: station-goal-singularity + minPlayers: 15 - type: stationGoal id: SolarPanels @@ -10,10 +11,12 @@ - type: stationGoal id: Artifacts text: station-goal-artifacts + minPlayers: 15 - type: stationGoal id: Bank text: station-goal-bank + minPlayers: 15 - type: stationGoal id: Zoo @@ -22,34 +25,42 @@ - type: stationGoal id: MiningOutpost text: station-goal-mining-outpost + minPlayers: 15 - type: stationGoal id: Tesla text: station-goal-tesla + minPlayers: 15 - type: stationGoal id: SecurityTraining text: station-goal-security + minPlayers: 15 - type: stationGoal id: ShuttleMed text: station-goal-shuttle-med + minPlayers: 10 - type: stationGoal id: ShuttleSec text: station-goal-shuttle-sec + minPlayers: 10 - type: stationGoal id: ShuttleRnd text: station-goal-shuttle-rnd + minPlayers: 10 - type: stationGoal id: ShuttleSrv text: station-goal-shuttle-srv + minPlayers: 10 - type: stationGoal id: ShuttleEmergency text: station-goal-shuttle-emergency + minPlayers: 10 - type: stationGoal id: Theatre @@ -58,6 +69,7 @@ - type: stationGoal id: CellAI text: station-goal-ai + minPlayers: 15 - type: stationGoal id: Botany @@ -67,6 +79,11 @@ id: Bunker text: station-goal-bunker +- type: stationGoal + id: Survive + text: station-goal-survive + maxPlayers: 40 + # Special goals - type: stationGoal id: FrameRepair