-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
21f3322
commit 52acd39
Showing
3 changed files
with
49 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<Defs> | ||
<ResearchProjectDef Name="PMResearch" Abstract="True"> | ||
<tab>Pawnmorpher</tab> | ||
<techLevel>Industrial</techLevel> | ||
<baseCost>500</baseCost> | ||
</ResearchProjectDef> | ||
|
||
|
||
<ResearchProjectDef Name="PMSpaceResearch" ParentName="PMResearch" Abstract="True"> | ||
<techLevel>Spacer</techLevel> | ||
<baseCost>1000</baseCost> | ||
<requiredResearchBuilding>HiTechResearchBench</requiredResearchBuilding> | ||
</ResearchProjectDef> | ||
|
||
<!--=== Column 4 ===--> | ||
|
||
<ResearchProjectDef ParentName="PMSpaceResearch"> | ||
<defName>PM_MutagenStorage</defName> | ||
<label>Mutagen Storage</label> | ||
<description>Develop methods of large scale mutagenic slurry production, storage and transfer</description> | ||
<baseCost>500</baseCost> | ||
<researchViewX>3.00</researchViewX> | ||
<researchViewY>0.00</researchViewY> | ||
<prerequisites> | ||
<li>MutagenExtraction</li> | ||
</prerequisites> | ||
</ResearchProjectDef> | ||
|
||
<!--=== Column 5 ===--> | ||
|
||
<ResearchProjectDef> | ||
<defName>MutagenCentrifuging</defName> | ||
<label>Mutagen centrifuging</label> | ||
<description>Develop plans to construct a centrifuge to refine slurry and chaobulbs back to mutanite by a process involving the straining of mechanites through morphsilk. This process will not be efficient and will use quite a bit of power, but if mutanite is otherwise unobtainable...this is one way to get it. It will also be possible to forgo safety protocols to speed up the process, though this may have unintended effects on anyone nearby.</description> | ||
<baseCost>3000</baseCost> | ||
<techLevel>Spacer</techLevel> | ||
<tab>Pawnmorpher</tab> | ||
<researchViewX>4.00</researchViewX> | ||
<researchViewY>0.00</researchViewY> | ||
<requiredResearchBuilding>HiTechResearchBench</requiredResearchBuilding> | ||
<prerequisites> | ||
<li>PM_MutagenStorage</li> | ||
</prerequisites> | ||
<requiredResearchFacilities> | ||
<li>MultiAnalyzer</li> | ||
</requiredResearchFacilities> | ||
</ResearchProjectDef> | ||
</Defs> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters