Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add new goal and tweak others #2673

Merged
merged 5 commits into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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]
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,6 +21,7 @@
- CellAI
- Botany
- Bunker
- Survive

- type: entity
id: BaseStationSiliconLawNTDefault
Expand Down
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: 15

- 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
Loading