Files
OldThink/Resources/Prototypes/technologies.yml
Swept 898744f4a9 Icon fixing and general cleanup (#2156)
* Cable coils now look BEAUTIFUL and have inhands

* Editors note

* Materials have their own rsi + more icons fixed

* Fixed Mimic [AI]

* More icons fixed...

* Tanks have own rsi and fixed tank icons

* Airlock icons fixed

* Fuel tank hotfix

* Arcade fixed

* ChairBase is now abstract

* Fixes medical stuff

* Fixes rechargers

* Pump/Pipe icons

* Misc hotfixes

* All debug power icons fixed!

* Fixes auto/proto/research computer icons
2020-09-30 12:43:06 +02:00

79 lines
2.2 KiB
YAML

# In order to make this list somewhat organized, please place new technologies underneath their overarching "base" technology.
# 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"
id: BasicResearch
description: Nanotransen basic research technologies.
icon: Constructible/Power/server.rsi/server-on.png
requiredPoints: 250
# Biological Technology Tree
- type: technology
name: "biological technology"
id: BiologicalTechnology
description: Investigations into the natural world.
icon: Constructible/Misc/potted_plants.rsi/applebush.png
requiredPoints: 1000
requiredTechnologies:
- BasicResearch
# Data Theory Technology Tree
- type: technology
name: "data theory"
id: DataTheory
description: Just like regular data, but in space!
icon: Constructible/Power/computers.rsi/computer-datatheory.png
requiredPoints: 1000
requiredTechnologies:
- BasicResearch
# Industrial Engineering Technology Tree
- type: technology
name: "industrial engineering"
id: IndustrialEngineering
description: A refresher course on modern engineering technology.
icon: Constructible/Power/protolathe.rsi/protolathe.png
requiredPoints: 1000
requiredTechnologies:
- BasicResearch
- type: technology
name: material sheet printing
id: Sheets
description: Print those sheets!
icon: Objects/Materials/materials.rsi/sheet_metal.png
requiredPoints: 250
requiredTechnologies:
- IndustrialEngineering
unlockedRecipes:
- MetalStack
- GlassStack
# Electromagnetic Theory Technology Tree
- type: technology
name: "electromagnetic theory"
id: ElectromagneticTheory
description: Try not to fry yourself.
icon: Constructible/Power/apc.rsi/apcewires.png
requiredPoints: 1000
requiredTechnologies:
- BasicResearch
# Bluespace Theory Technology Tree
- type: technology
name: "basic bluespace theory"
id: BluespaceTheory
description: An experimental course on the mysterious technology known as bluespace.
icon: Objects/Misc/skub.rsi/icon.png
requiredPoints: 1000
requiredTechnologies:
- BasicResearch