RimWorld

RimWorld

Expanded Prosthetics and Organ Engineering
Mathew_01 18 Feb, 2018 @ 2:53am
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.
< >
Showing 1-7 of 7 comments
Pepe Silvia 20 Feb, 2018 @ 8:16pm 
same here. Did you figuire it out?
Mathew_01 21 Feb, 2018 @ 10:08pm 
Yes, its in the componet workbench. obvious when you think about it.
Chama 25 Feb, 2018 @ 3:35am 
Lmao
Armedwithpuns 31 Mar, 2018 @ 3:21pm 
this made me lol. thanks for that
Woosh 11 Apr, 2018 @ 10:19am 
I can only created advanced components and not energized ones. Does anyone else see that?
Woosh 11 Apr, 2018 @ 7:45pm 
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 May, 2018 @ 7:55am 
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.
Last edited by Rak; 17 May, 2018 @ 1:32pm
< >
Showing 1-7 of 7 comments
Per page: 1530 50