Files
OldThink/Resources/Prototypes/technologies.yml

79 lines
2.2 KiB
YAML
Raw Normal View History

2020-07-18 20:47:10 -06:00
# In order to make this list somewhat organized, please place new technologies underneath their overarching "base" technology.
2019-09-24 13:15:26 -07:00
# The technology tree is using this layout - https://tgstation13.org/wiki//images/thumb/f/f4/ResearchTree.png/800px-ResearchTree.png
# Base Technology
- type: technology
name: "basic research technology"
2020-04-22 17:50:55 +02:00
id: BasicResearch
2019-09-24 13:15:26 -07:00
description: Nanotransen basic research technologies.
icon: Constructible/Power/server.rsi/server-on.png
2020-07-18 20:47:10 -06:00
requiredPoints: 250
2019-09-24 13:15:26 -07:00
# Biological Technology Tree
- type: technology
name: "biological technology"
2020-04-22 17:50:55 +02:00
id: BiologicalTechnology
2019-09-24 13:15:26 -07:00
description: Investigations into the natural world.
icon: Constructible/Misc/potted_plants.rsi/applebush.png
2020-07-18 20:47:10 -06:00
requiredPoints: 1000
requiredTechnologies:
2020-04-22 17:50:55 +02:00
- BasicResearch
2019-09-24 13:15:26 -07:00
# Data Theory Technology Tree
- type: technology
name: "data theory"
2020-04-22 17:50:55 +02:00
id: DataTheory
2019-09-24 13:15:26 -07:00
description: Just like regular data, but in space!
icon: Constructible/Power/computers.rsi/computer-datatheory.png
2020-07-18 20:47:10 -06:00
requiredPoints: 1000
requiredTechnologies:
2020-04-22 17:50:55 +02:00
- BasicResearch
2019-09-24 13:15:26 -07:00
# Industrial Engineering Technology Tree
- type: technology
name: "industrial engineering"
2020-04-22 17:50:55 +02:00
id: IndustrialEngineering
2019-09-24 13:15:26 -07:00
description: A refresher course on modern engineering technology.
icon: Constructible/Power/protolathe.rsi/protolathe.png
2020-07-18 20:47:10 -06:00
requiredPoints: 1000
requiredTechnologies:
2020-04-22 17:50:55 +02:00
- BasicResearch
2019-09-24 13:15:26 -07:00
- type: technology
name: material sheet printing
2019-09-24 13:15:26 -07:00
id: Sheets
description: Print those sheets!
icon: Objects/Materials/materials.rsi/sheet_metal.png
2020-07-18 20:47:10 -06:00
requiredPoints: 250
requiredTechnologies:
2020-04-22 17:50:55 +02:00
- IndustrialEngineering
2020-07-18 20:47:10 -06:00
unlockedRecipes:
2019-09-24 13:15:26 -07:00
- MetalStack
- GlassStack
# Electromagnetic Theory Technology Tree
- type: technology
name: "electromagnetic theory"
2020-04-22 17:50:55 +02:00
id: ElectromagneticTheory
2019-09-24 13:15:26 -07:00
description: Try not to fry yourself.
icon: Constructible/Power/apc.rsi/apcewires.png
2020-07-18 20:47:10 -06:00
requiredPoints: 1000
requiredTechnologies:
2020-04-22 17:50:55 +02:00
- BasicResearch
2019-09-24 13:15:26 -07:00
# Bluespace Theory Technology Tree
- type: technology
name: "basic bluespace theory"
2020-04-22 17:50:55 +02:00
id: BluespaceTheory
2019-09-24 13:15:26 -07:00
description: An experimental course on the mysterious technology known as bluespace.
icon: Objects/Misc/skub.rsi/icon.png
2020-07-18 20:47:10 -06:00
requiredPoints: 1000
requiredTechnologies:
2020-04-22 17:50:55 +02:00
- BasicResearch