I'm working on a mod for crafting stronger drones.
It already works for 1 drone but i have a minor issue with this recipe:
Code: Select all
<?xml version="1.0" encoding="iso-8859-1" ?>
<diff xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<add sel="/wares">
<ware id="inv_adv_drone_ai" name="{20201,92101}" description="{20201,92102}" transport="inventory" size="small" volume="1" tags="crafting inventory">
<price min="171466" average="219372" max="267278" />
<production time="10" amount="1" method="default" name="{20206,501}">
<primary>
<ware ware="inv_xenoncomponents" amount="25"/>
<ware ware="inv_terranhightechgoods" amount="100" />
<ware ware="inv_unidentifiedartifacts" amount="10" />
<ware ware="inv_cartographyunits" amount="100" />
</primary>
</production>
<container ref="props_sm_container_xs_wares_macro" />
<icon video="inv_generic_macro" />
</ware>
</add>
</diff>