Re-organizing the prototypes folder (#1384)
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
This commit is contained in:
78
Resources/Prototypes/technologies.yml
Normal file
78
Resources/Prototypes/technologies.yml
Normal file
@@ -0,0 +1,78 @@
|
||||
# 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/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/hand_tele.png
|
||||
requiredPoints: 1000
|
||||
requiredTechnologies:
|
||||
- BasicResearch
|
||||
Reference in New Issue
Block a user