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

New station goals #2666

Merged
merged 10 commits into from
Oct 14, 2024
288 changes: 232 additions & 56 deletions Resources/Locale/ru-RU/corvax/station-goal/station-goal-component.ftl

Large diffs are not rendered by default.

13 changes: 11 additions & 2 deletions Resources/Prototypes/Corvax/Entities/Stations/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,20 @@
components:
- type: StationGoal
goals:
- Shuttle
- Singularity
- SolarPanels
- Artifacts
- Bank
- Zoo
- MiningOutpost
- Tesla
- Tesla
- SecurityTraining
- ShuttleMed
- ShuttleSec
- ShuttleRnd
- ShuttleSrv
- ShuttleEmergency
- Theatre
- CellAI
- Botany
- Bunker
14 changes: 12 additions & 2 deletions Resources/Prototypes/Corvax/Maps/astra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,21 @@
Borg: [ 2, 2 ]
- type: StationGoal
goals:
- Shuttle
- Singularity
- SolarPanels
- Artifacts
- Bank
- MiningOutpost
- Tesla
- SecurityTraining
- ShuttleMed
- ShuttleSec
- ShuttleRnd
- ShuttleSrv
- ShuttleEmergency
- Theatre
- CellAI
- Botany
- Bunker
- VirusologyAmbusol
- AstraRepair
- AstraRepair
11 changes: 10 additions & 1 deletion Resources/Prototypes/Corvax/Maps/delta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,22 @@
Borg: [ 2, 3 ]
- type: StationGoal
goals:
- Shuttle
- Singularity
- SolarPanels
- Artifacts
- Bank
- Zoo
- MiningOutpost
- Tesla
- SecurityTraining
- ShuttleMed
- ShuttleSec
- ShuttleRnd
- ShuttleSrv
- ShuttleEmergency
- Theatre
- CellAI
- Botany
- Bunker
- XenobiologyRepair
- VirusologyAmbusol
4 changes: 4 additions & 0 deletions Resources/Prototypes/Corvax/Maps/glacier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,7 @@
- Zoo
- MiningOutpost
- Tesla
- SecurityTraining
- Theatre
- Botany
- Bunker
7 changes: 6 additions & 1 deletion Resources/Prototypes/Corvax/Maps/pearl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,14 @@
Borg: [ 1, 1 ]
- type: StationGoal
goals:
- Singularity
- SolarPanels
- Artifacts
- Bank
- Zoo
- MiningOutpost
- Tesla
- Tesla
- SecurityTraining
- Theatre
- Botany
- Bunker
17 changes: 17 additions & 0 deletions Resources/Prototypes/Corvax/Maps/pilgrim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,20 @@
# silicon
StationAi: [ 1, 1 ]
Borg: [ 1, 1 ]
- type: StationGoal
goals:
- Singularity
- SolarPanels
- Artifacts
- Bank
- Zoo
- MiningOutpost
- Tesla
- SecurityTraining
- ShuttleMed
- ShuttleSec
- ShuttleRnd
- ShuttleSrv
- ShuttleEmergency
- Theatre
- Botany
5 changes: 5 additions & 0 deletions Resources/Prototypes/Corvax/Maps/silly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,14 @@
Borg: [ 1, 1 ]
- type: StationGoal
goals:
- Singularity
- SolarPanels
- Artifacts
- Bank
- Zoo
- MiningOutpost
- Tesla
- SecurityTraining
- Theatre
- Botany
- Bunker
1 change: 0 additions & 1 deletion Resources/Prototypes/Corvax/Maps/split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@
CargoTechnician: [ 3, 4 ]
- type: StationGoal
goals:
- Shuttle
- Singularity
- SolarPanels
- Zoo
Expand Down
48 changes: 41 additions & 7 deletions Resources/Prototypes/Corvax/Objectives/goals.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
# General goals

- type: stationGoal
id: Shuttle
text: station-goal-shuttle

- type: stationGoal
id: Singularity
text: station-goal-singularity
Expand Down Expand Up @@ -32,8 +27,47 @@
id: Tesla
text: station-goal-tesla

# Special goals
- type: stationGoal
id: SecurityTraining
text: station-goal-security

- type: stationGoal
id: ShuttleMed
text: station-goal-shuttle-med

- type: stationGoal
id: ShuttleSec
text: station-goal-shuttle-sec

- type: stationGoal
id: ShuttleRnd
text: station-goal-shuttle-rnd

- type: stationGoal
id: ShuttleSrv
text: station-goal-shuttle-srv

- type: stationGoal
id: ShuttleEmergency
text: station-goal-shuttle-emergency

- type: stationGoal
id: Theatre
text: station-goal-theatre

- type: stationGoal
id: CellAI
text: station-goal-ai

- type: stationGoal
id: Botany
text: station-goal-botany

- type: stationGoal
id: Bunker
text: station-goal-bunker

# Special goals
- type: stationGoal
id: FrameRepair
text: station-goal-frame-repair
Expand All @@ -53,7 +87,7 @@
- type: stationGoal
id: SectorSecurity
text: station-goal-split-secure

- type: stationGoal
id: AstraRepair
text: station-goal-astra-repair
Loading