Nabend.
Ich hab die Mod " Scrapcrafting, die es mir erlaubt Schrott bei Nate in die nächst höhere stufe zu tauschen.
Je 5 Schrott werden zu 1 Schrott der höheren Stufe. Nur ist das viel Geklicke. Ich kann zwar ändern, das es nicht 5 sondern 100 schrott als Kosten sind. Nur kann ich die Ausbeute nicht von 1 auf 20 setzen. Kann mir jemand helfen wie der Code dafür aussehen müsste?
<ModOp Type="add" GUID='77' Path="/Values/ItemCrafter/CraftableItemsInRegion/Moderate/CraftableItems">
<Item>
<Item>112520</Item>
<Amount>20</Amount>
</Item>
<Item>
<Item>112523</Item>
<Amount>20</Amount>
</Item>
</ModOp>
<ModOp Type="add" GUID='112520' Path="/Values">
<Item>
<Allocation>None</Allocation>
</Item>
<CraftableItem>
<CraftingCosts>
<Item>
<Product>112518</Product>
<Amount>100</Amount>
</Item>
</CraftingCosts>
</CraftableItem>
</ModOp>
<ModOp Type="add" GUID='112523' Path="/Values">
<Item>
<Allocation>None</Allocation>
</Item>
<CraftableItem>
<CraftingCosts>
<Item>
<Product>112520</Product>
<Amount>100</Amount>
</Item>
</CraftingCosts>
</CraftableItem>
</ModOp>
</ModOps>