边缘世界 RimWorld

边缘世界 RimWorld

Expanded Prosthetics and Organ Engineering
Mathew_01 2018 年 2 月 18 日 上午 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.
< >
正在显示第 1 - 7 条,共 7 条留言
Pepe Silvia 2018 年 2 月 20 日 下午 8:16 
same here. Did you figuire it out?
Mathew_01 2018 年 2 月 21 日 下午 10:08 
Yes, its in the componet workbench. obvious when you think about it.
Chama 2018 年 2 月 25 日 上午 3:35 
Lmao
Armedwithpuns 2018 年 3 月 31 日 下午 3:21 
this made me lol. thanks for that
Woosh 2018 年 4 月 11 日 上午 10:19 
I can only created advanced components and not energized ones. Does anyone else see that?
Woosh 2018 年 4 月 11 日 下午 7: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 2018 年 5 月 17 日 上午 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.
最后由 Rak 编辑于; 2018 年 5 月 17 日 下午 1:32
< >
正在显示第 1 - 7 条,共 7 条留言
每页显示数: 1530 50