Skip to content

Commit 176a581

Browse files
authored
Update ManagerStations_Research.xml
- Adds tech levels (currently undefined) - Adds "Hi Tech Research Bench" as required research building (basically gating the researches behind MicroElectronics Basics, which seems logical as the description of the first research mentions computers)
1 parent dafc850 commit 176a581

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Defs/ResearchProjectDefs/ManagerStations_Research.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Develop basic software for colony management.
1010
Allows building manager desks with a computer, pre-installed with a host of guaranteed bug free(tm) managing software.
1111
</description>
1212
<totalCost>1500</totalCost>
13+
<techLevel>Industrial</techLevel>
14+
<requiredResearchBuilding>HiTechResearchBench</requiredResearchBuilding>
1315
<prerequisites></prerequisites>
1416
</ResearchProjectDef>
1517

@@ -22,6 +24,8 @@ Develop advanced software for colony management.
2224
Advancements in AI and colony-aware computers allow the building of Colony Aware Supercomputers, preinstalled with FluffyOS. Some colonists have reported doors opening and closing, airconditioning systems going haywire, and electric smelters suddenly turning on. Nevertheless, the manufacturer guarantees(tm) that FluffyOS is not programmed to kill colonists.
2325
</description>
2426
<totalCost>2500</totalCost>
27+
<techLevel>Spacer</techLevel>
28+
<requiredResearchBuilding>HiTechResearchBench</requiredResearchBuilding>
2529
<prerequisites>
2630
<li>ManagingSoftware</li>
2731
</prerequisites>
@@ -33,6 +37,8 @@ Advancements in AI and colony-aware computers allow the building of Colony Aware
3337
<description>Create management software to monitor the colony's power usage.
3438
</description>
3539
<totalCost>1000</totalCost>
40+
<techLevel>Industrial</techLevel>
41+
<requiredResearchBuilding>HiTechResearchBench</requiredResearchBuilding>
3642
<prerequisites>
3743
<li>ManagingSoftware</li>
3844
</prerequisites>
@@ -42,4 +48,4 @@ Advancements in AI and colony-aware computers allow the building of Colony Aware
4248
</li>
4349
</researchMods>
4450
</ResearchProjectDef>
45-
</ResearchProjectDefs>
51+
</ResearchProjectDefs>

0 commit comments

Comments
 (0)