/ 1.6 / Defs / ProcessorDef / SmeltingDefs.xml
SmeltingDefs.xml
  1  <?xml version="1.0" encoding="UTF-8" ?>
  2  <Defs>
  3      <!-- Medieval -->
  4      <ProcessorFramework.ProcessDef ParentName="DankPyon_SmeltingOre_Base">
  5          <defName>VGP_SteelLeaf_Smelting</defName>
  6          <thingDef>DankPyon_IronIngot</thingDef>
  7          <ingredientFilter>
  8              <thingDefs>
  9                  <li>RawSteelLeaf</li>
 10              </thingDefs>
 11          </ingredientFilter>
 12          <efficiency>0.25</efficiency>
 13      </ProcessorFramework.ProcessDef>
 14      <ProcessorFramework.ProcessDef ParentName="DankPyon_SmeltingOre_Base">
 15          <defName>VGP_PlasteelLeaf_Smelting</defName>
 16          <thingDef>Plasteel</thingDef>
 17          <ingredientFilter>
 18              <thingDefs>
 19                  <li>RawPlasteelLeaf</li>
 20              </thingDefs>
 21          </ingredientFilter>
 22          <efficiency>0.25</efficiency>
 23      </ProcessorFramework.ProcessDef>
 24      <ProcessorFramework.ProcessDef ParentName="DankPyon_SmeltingOre_Base">
 25          <defName>VGP_GoldLeaf_Smelting</defName>
 26          <thingDef>Gold</thingDef>
 27          <ingredientFilter>
 28              <thingDefs>
 29                  <li>RawGoldLeaf</li>
 30              </thingDefs>
 31          </ingredientFilter>
 32          <efficiency>0.25</efficiency>
 33      </ProcessorFramework.ProcessDef>
 34      <ProcessorFramework.ProcessDef ParentName="DankPyon_SmeltingOre_Base">
 35          <defName>VGP_SilverLeaf_Smelting</defName>
 36          <thingDef>Silver</thingDef>
 37          <ingredientFilter>
 38              <thingDefs>
 39                  <li>RawSilverLeaf</li>
 40              </thingDefs>
 41          </ingredientFilter>
 42          <efficiency>0.25</efficiency>
 43      </ProcessorFramework.ProcessDef>
 44      <ProcessorFramework.ProcessDef ParentName="DankPyon_SmeltingOre_Base">
 45          <defName>VGP_UraniumLeaf_Smelting</defName>
 46          <thingDef>Uranium</thingDef>
 47          <ingredientFilter>
 48              <thingDefs>
 49                  <li>RawUraniumLeaf</li>
 50              </thingDefs>
 51          </ingredientFilter>
 52          <efficiency>0.25</efficiency>
 53      </ProcessorFramework.ProcessDef>
 54      <!-- Industrial -->
 55      <ProcessorFramework.ProcessDef
 56          ParentName="DankPyon_SmeltingOre_Industrial_Base"
 57      >
 58          <defName>VGP_SteelLeaf_IndustrialSmelting</defName>
 59          <thingDef>DankPyon_IronIngot</thingDef>
 60          <ingredientFilter>
 61              <thingDefs>
 62                  <li>RawSteelLeaf</li>
 63              </thingDefs>
 64          </ingredientFilter>
 65          <efficiency>0.25</efficiency>
 66      </ProcessorFramework.ProcessDef>
 67      <ProcessorFramework.ProcessDef
 68          ParentName="DankPyon_SmeltingOre_Industrial_Base"
 69      >
 70          <defName>VGP_PlasteelLeaf_IndustrialSmelting</defName>
 71          <thingDef>Plasteel</thingDef>
 72          <ingredientFilter>
 73              <thingDefs>
 74                  <li>RawPlasteelLeaf</li>
 75              </thingDefs>
 76          </ingredientFilter>
 77          <efficiency>0.25</efficiency>
 78      </ProcessorFramework.ProcessDef>
 79      <ProcessorFramework.ProcessDef
 80          ParentName="DankPyon_SmeltingOre_Industrial_Base"
 81      >
 82          <defName>VGP_GoldLeaf_IndustrialSmelting</defName>
 83          <thingDef>Gold</thingDef>
 84          <ingredientFilter>
 85              <thingDefs>
 86                  <li>RawGoldLeaf</li>
 87              </thingDefs>
 88          </ingredientFilter>
 89          <efficiency>0.25</efficiency>
 90      </ProcessorFramework.ProcessDef>
 91      <ProcessorFramework.ProcessDef
 92          ParentName="DankPyon_SmeltingOre_Industrial_Base"
 93      >
 94          <defName>VGP_SilverLeaf_IndustrialSmelting</defName>
 95          <thingDef>Silver</thingDef>
 96          <ingredientFilter>
 97              <thingDefs>
 98                  <li>RawSilverLeaf</li>
 99              </thingDefs>
100          </ingredientFilter>
101          <efficiency>0.25</efficiency>
102      </ProcessorFramework.ProcessDef>
103      <ProcessorFramework.ProcessDef
104          ParentName="DankPyon_SmeltingOre_Industrial_Base"
105      >
106          <defName>VGP_UraniumLeaf_IndustrialSmelting</defName>
107          <thingDef>Uranium</thingDef>
108          <ingredientFilter>
109              <thingDefs>
110                  <li>RawUraniumLeaf</li>
111              </thingDefs>
112          </ingredientFilter>
113          <efficiency>0.25</efficiency>
114      </ProcessorFramework.ProcessDef>
115  </Defs>