RimWorld

RimWorld

Expanded Prosthetics and Organ Engineering
Mathew_01 18. feb. 2018 kl. 2:53
How do i make energized componets
I have the required tech and every work bench and i just can't find where to make them.
< >
Viser 1-7 af 7 kommentarer
Pepe Silvia 20. feb. 2018 kl. 20:16 
same here. Did you figuire it out?
Mathew_01 21. feb. 2018 kl. 22:08 
Yes, its in the componet workbench. obvious when you think about it.
Chama 25. feb. 2018 kl. 3:35 
Lmao
Armedwithpuns 31. mar. 2018 kl. 15:21 
this made me lol. thanks for that
Woosh 11. apr. 2018 kl. 10:19 
I can only created advanced components and not energized ones. Does anyone else see that?
Woosh 11. apr. 2018 kl. 19:45 
So, for some strange reason the Energize Component recipe wasn't showing up on the component assembly bench. I realized that I could still attach it to the tissue printer by adding the following lines to your steamapps/workshop/content/294100/725956940/Defs/RecipeDefs/Recipe_Synthesizer.xml

<RecipeDef ParentName="RecipeSyntheticOrgan">
<defName>MakeEnergizedComponent</defName>
<label>energize components</label>
<description>Energize components.</description>
<jobString>Energizing components.</jobString>
<ingredients>
<li>
<filter>
<thingDefs>
<li>Uranium</li>
</thingDefs>
</filter>
<count>3</count>
</li>
<li>
<filter>
<thingDefs>
<li>Component</li>
</thingDefs>
</filter>
<count>1</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>Component</li>
<li>Uranium</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<EnergizedComponents>1</EnergizedComponents>
</products>
</RecipeDef>
Rak 17. maj 2018 kl. 7:55 
Bump, having the same issue, energized component not showing up in component workbench only advanced component.

Edit: Nvm got it now, need to research it first.
Sidst redigeret af Rak; 17. maj 2018 kl. 13:32
< >
Viser 1-7 af 7 kommentarer
Per side: 1530 50