Skip to content
Draft
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
2 changes: 2 additions & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ Mapping
- [Maints](mapping/guidelines/miscellaneous/maints.md)
- [Tools](mapping/guidelines/miscellaneous/tools.md)
- [Science](mapping/guidelines/science/README.md)
- [Anomaly Generator](mapping/guidelines/science/anomaly_generator.md)
- [Artifact Labs](mapping/guidelines/science/artifact_labs.md)
- [Research & Development](mapping/guidelines/science/research_and_development.md)
- [Research Director](mapping/guidelines/science/research_director.md)
- [Robotics](mapping/guidelines/science/robotics.md)
Expand Down
6 changes: 6 additions & 0 deletions src/mapping/guidelines/science/anomaly_generator.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{% import "templates/mapping.md" as map %}
# Anomaly Generator
#### Required
- `MachineAnomalyGenerator` - anomaly generator
- 2-3 Anomaly Vessels
- 2-3 APES
7 changes: 7 additions & 0 deletions src/mapping/guidelines/science/artifact_labs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{% import "templates/mapping.md" as map %}
# Artifact Labs
#### Required
- Isolated testing chamber (for xeno archeology)
- Artifact Analyzer and Analysis Console (linked)
- Artifact Spawner
- Artifact Container
17 changes: 5 additions & 12 deletions src/mapping/guidelines/science/research_and_development.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
{% import "templates/mapping.md" as map %}
# Research and Development
#### Required
- R&D computer
- Autolathe
- Protolathe
- Circuit Imprinter
- Isolated testing chamber (for xeno archeology)
- Artifact Analyzer and Analysis Console (linked)
- Artifact Spawner
- Artifact Container
- `ComputerResearchAndDevelopment` - R&D computer
- `Autolathe` - autolathe
- `Protolathe` - protolathe
- `Circuit Imprinter` - circuit imprinter
- Limited starting materials (Steel, Glass, Plastic only)
- Scientist Locker
- Anomaly Generator
- 2-3 Anomaly Vessels
- 2-3 APES
- `LockerScienceFilled` - scientist's locker

#### Optional
- Grinder
Expand Down
12 changes: 6 additions & 6 deletions src/mapping/guidelines/science/research_director.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% import "templates/mapping.md" as map %}
# Research Director’s Room
#### Required
- RD locker [filled]
- R&D Computer
- `LockerResearchDirectorFilled` - research director's locker
- `ComputerResearchAndDevelopment` - R&D computer

#### Optional
- bed/RD bedsheet
- Bandito Spawner
- Power Drill
- `SpawnMobBandito` - Bandito Spawner
- `PowerDrill` - power drill
- Spare Eva Suit
- RD’s potted plant
- Lamarr poster
- `PottedPlantRD` - RD's potted plant
- `PosterContrabandLamarr` - Lamarr

## Examples
{{ map::examples(path="science/research_director") }}
Loading