Skip to content

Commit

Permalink
add new goal and tweak others (#2673)
Browse files Browse the repository at this point in the history
Co-authored-by: NotSoDamn <[email protected]>
  • Loading branch information
lzk228 and NotSoDana authored Nov 18, 2024
1 parent 8d2e693 commit e77548d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
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

0 comments on commit e77548d

Please sign in to comment.