Wiki/Crafting & Gathering/Salvage

Salvage

Salvaging breaks down crafted equipment into raw materials. The amount returned is based on the original recipe cost.

Material Returns

returnQty = floor(originalQty * 0.6)

Each material from the original recipe is returned at 60% of the original quantity (rounded down). At least one unit of the primary material is always returned.

ConstantValueDescription
SALVAGE_BASE_REFUND_RATE60%Percentage of original materials returned
SALVAGE_MIN_PRIMARY_RETURN1Minimum quantity returned for the primary material

Turn Cost

Each salvage operation costs 50 turns.

Batch Salvage

Multiple items can be salvaged in a single request, up to a maximum of 50 items per batch. Turn cost is charged per item.

ConstantValueDescription
SALVAGE_TURN_COST50Turns per item salvaged
SALVAGE_BATCH_LIMIT50Maximum items per batch salvage request