Skip to content

Commit

Permalink
add new goal and tweak others
Browse files Browse the repository at this point in the history
  • Loading branch information
lzk228 committed Oct 14, 2024
1 parent c326f58 commit 646f7bb
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,9 @@ station-goal-botany =
station-goal-bunker =
{ station-goal-start }[bold]
Цель смены станции { $station } — приспособить станцию к мощным гиперэнергетическим потокам.[/bold]
Необходимо пристроить каждому отделу комнату, далее именуемой “бункер”, в которой экипаж станции мог бы укрыться от последствий гиперэнергетических потоков.
Требования к бункеру:
1. Минимальный размер 25м².
2. Укреплённые стены.
Expand All @@ -307,7 +307,16 @@ station-goal-bunker =
7. Автономное питание и канистры с воздухом и кислородом.
8. Шкафчики со снаряжением для биологической и радиационной защиты. Так же аварийные скафандры EVA и костюм сапёра.
9. Интерком с общим ключом шифрования.
{ station-goal-end }
station-goal-survive =
{ station-goal-start }[bold]
Цель смены станции { $station } — держать станцию в рабочем состоянии[/bold]
Ваша станция должна быть в рабочем состоянии как минимум 1 час 30 минут.
После прохождения минимального времени выполнения цели, вы в праве вызвать эвакационный шаттл.
{ station-goal-end }
station-goal-frame-repair =
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Corvax/Entities/Stations/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@
- CellAI
- Botany
- Bunker
- Survive
17 changes: 17 additions & 0 deletions Resources/Prototypes/Corvax/Objectives/goals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- type: stationGoal
id: Singularity
text: station-goal-singularity
minPlayers: 15

- type: stationGoal
id: SolarPanels
Expand All @@ -10,10 +11,12 @@
- type: stationGoal
id: Artifacts
text: station-goal-artifacts
minPlayers: 5

- type: stationGoal
id: Bank
text: station-goal-bank
minPlayers: 15

- type: stationGoal
id: Zoo
Expand All @@ -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
Expand All @@ -58,6 +69,7 @@
- type: stationGoal
id: CellAI
text: station-goal-ai
minPlayers: 15

- type: stationGoal
id: Botany
Expand All @@ -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
Expand Down

0 comments on commit 646f7bb

Please sign in to comment.