Skip to content

Commit

Permalink
Fixed VEF integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeracronius committed Mar 28, 2024
1 parent 21f3322 commit 52acd39
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 31 deletions.
30 changes: 0 additions & 30 deletions 1.5/Defs/Pawnmorpher_Research.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,18 +107,6 @@

<!--=== 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>

<ResearchProjectDef>
<defName>AdvancedExtraction</defName>
<label>Advanced synthesis</label>
Expand Down Expand Up @@ -181,24 +169,6 @@

<!--=== 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>

<ResearchProjectDef>
<defName>MutagenChambers</defName>
<label>Chambers</label>
Expand Down
48 changes: 48 additions & 0 deletions 1.5/Mods/VEF/Defs/Pipenetwork_Research.xml
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>
2 changes: 1 addition & 1 deletion LoadFolders.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
<li>1.5</li>
<li IfModActive="Ludeon.RimWorld.Ideology">1.5/Mods/Ideology</li>
<li IfModActive="Ludeon.RimWorld.Royalty">1.5/Mods/Royalty</li>
<li IfModActive="OskarPotocki.VanillaFactionsExpanded.Core">1.4/Mods/VEF</li>
<li IfModActive="OskarPotocki.VanillaFactionsExpanded.Core">1.5/Mods/VEF</li>
</v1.5>
</loadFolders>

0 comments on commit 52acd39

Please sign in to comment.