Code: Select all
1000: <dataset class="processingmodule">
1001-1003: ...
1004: <properties>
1005-1007: ...
1008: <product ware="scrapmetal" amount="150" />
I tried to see if I could change line 1008 of defaults.xml to:
Code: Select all
<product ware="scrapmetal" method="Duncaroo" amount="150" />
Code: Select all
<production time="60" amount="1" method="Duncaroo" name="{20206,1301}" tags="noplayerbuild recycling">
<primary>
<ware ware="energycells" amount="100" />
<ware ware="rawscrap" amount="10" />
</primary>
</production>
Questions are:
1) Can anyone else confirm that defaults.xml cannot be used to assign a different production method for SAY scrap metal?
2) If making a 'custom' scrap processor (for say 10x efficiency or something), and to not break the original processing module - will the 'proc_gen_scrapworks_macro.xml' accept production element details to specify the output ware & method? Just want to save myself the time of creating a mod to test (to see if others tried this already).
Other findings I found:
- Only 1x 'product' element can be in a class (i.e., you cannot assign multiple products like you can using the 'queue' sub-element under a 'production' element like the recycler).
ty
