Quote from: Morlok on July 13, 2015, 09:58:36 AMQuote from: lunatikus on July 13, 2015, 06:50:32 AM
100 gold for 1 vancidium craft with 1 gold taking from fissure? Are you kidding me?
P.S.: thanks a lot for awesome modpack!
I think the 100 gold pr vancidium is an error, in the Expanded Prosthetics and Organ Engineering mod, the modifier for gold have been changed from x20 to x1, so it would only cost 5 gold to craft one vacadium ore.
If you go to your mods folder Mods\EPOE_SK\Defs\RecipeDefs\Recipe_VancidiumRefinery.xml
You can edit it to only use 20 gold, just edit the 5 to a 1 (remember gold and silver need x20 the amount, so it would have been 100 and then 20 gold).Code Select
<li>
<filter>
<thingDefs>
<li>Gold</li>
</thingDefs>
</filter>
<count>5</count>
</li>
thanks!