Skip to content

Commit

Permalink
goals
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko4ergaPunk committed Oct 13, 2024
1 parent 52ea34d commit b0a1043
Show file tree
Hide file tree
Showing 9 changed files with 347 additions and 65 deletions.
291 changes: 237 additions & 54 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
13 changes: 12 additions & 1 deletion Resources/Prototypes/Corvax/Maps/astra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,22 @@
Borg: [ 2, 2 ]
- type: StationGoal
goals:
- Shuttle
- Singularity
- SolarPanels
- Artifacts
- Bank
- Zoo
- MiningOutpost
- Tesla
- SecurityTraining
- ShuttleMed
- ShuttleSec
- ShuttleRnd
- ShuttleSrv
- ShuttleEmergency
- Theatre
- CellAI
- Botany
- Bunker
- VirusologyAmbusol
- 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
5 changes: 5 additions & 0 deletions Resources/Prototypes/Corvax/Maps/glacier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,14 @@
Borg: [ 2, 3 ]
- type: StationGoal
goals:
- Singularity
- SolarPanels
- Artifacts
- Bank
- 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
50 changes: 44 additions & 6 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,3 +87,7 @@
- type: stationGoal
id: SectorSecurity
text: station-goal-split-secure

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

0 comments on commit b0a1043

Please sign in to comment.