Cargo query

Jump to navigation Jump to search

Showing below up to 50 results in range #1 to #50.

View (previous 50 | ) (20 | 50 | 100 | 250 | 500)

Unlock Location Modification Cost

Starts unlocked

1x Orb of AlterationOrb of AlterationStack Size: 20Reforges a magic item with new random modifiersRight click this item then left click a magic item to apply it.

1x Orb of AugmentationOrb of AugmentationStack Size: 30Augments a magic item with a new random modifierRight click this item then left click a magic item to apply it. Magic items can have up to two random modifiers.

1x Orb of TransmutationOrb of TransmutationStack Size: 40Upgrades a normal item to a magic itemRight click this item then left click a normal item to apply it.

3x Orb of AugmentationOrb of AugmentationStack Size: 30Augments a magic item with a new random modifierRight click this item then left click a magic item to apply it. Magic items can have up to two random modifiers.

Remove Crafted Mods

1x Orb of ScouringOrb of ScouringStack Size: 30Removes all modifiers from an itemRight click this item then left click on a magic or rare item to apply it.

Remove Enchantments

3x Orb of ScouringOrb of ScouringStack Size: 30Removes all modifiers from an itemRight click this item then left click on a magic or rare item to apply it.

Acid Caverns

2x Chaos OrbChaos OrbStack Size: 20Reforges a rare item with new random modifiersRight click this item then left click a rare item to apply it.

2x Regal OrbRegal OrbStack Size: 20Upgrades a magic item to a rare itemRight click this item then left click a magic item to apply it. Current modifiers are retained and a new one is added.

4x Orb of AlterationOrb of AlterationStack Size: 20Reforges a magic item with new random modifiersRight click this item then left click a magic item to apply it.

Aspirant's Trial

6x Orb of AlterationOrb of AlterationStack Size: 20Reforges a magic item with new random modifiersRight click this item then left click a magic item to apply it.

Basilica

2x Orb of AlchemyOrb of AlchemyStack Size: 20Upgrades a normal item to a rare itemRight click this item then left click a normal item to apply it.

Belfry

Cage

2x Chaos OrbChaos OrbStack Size: 20Reforges a rare item with new random modifiersRight click this item then left click a rare item to apply it.

Cells

3x Orb of ChanceOrb of ChanceStack Size: 20Upgrades a normal item to a random rarityRight click this item then left click a normal item to apply it.

Cemetery

6x Orb of AlterationOrb of AlterationStack Size: 20Reforges a magic item with new random modifiersRight click this item then left click a magic item to apply it.

9x Orb of AlterationOrb of AlterationStack Size: 20Reforges a magic item with new random modifiersRight click this item then left click a magic item to apply it.

Channel

4x Chaos OrbChaos OrbStack Size: 20Reforges a rare item with new random modifiersRight click this item then left click a rare item to apply it.

4x Orb of AlchemyOrb of AlchemyStack Size: 20Upgrades a normal item to a rare itemRight click this item then left click a normal item to apply it.

Courtyard

2x Chaos OrbChaos OrbStack Size: 20Reforges a rare item with new random modifiersRight click this item then left click a rare item to apply it.

Cruel Aspirant's Trial

1x Orb of AlchemyOrb of AlchemyStack Size: 20Upgrades a normal item to a rare itemRight click this item then left click a normal item to apply it.

Doedre's Cesspool

3x Chaos OrbChaos OrbStack Size: 20Reforges a rare item with new random modifiersRight click this item then left click a rare item to apply it.

View (previous 50 | ) (20 | 50 | 100 | 250 | 500)

Modify query

View wikitext
{{#cargo_query:
fields=IF(recipe_unlock_location<>"",recipe_unlock_location,"''Starts unlocked''")=Unlock Location,
  crafting_bench_options.name=Modification, 
  CONCAT(crafting_bench_options_costs.amount, 'x {{il|',crafting_bench_options_costs.name, '}}')=Cost
|format=table
|join on=crafting_bench_options.id=crafting_bench_options_costs.option_id
|merge similar cells=yes
|offset=0
|tables=crafting_bench_options, crafting_bench_options_costs
|where=npc="Niko"
}}