Cargo query

Jump to navigation Jump to search

Showing below up to 50 results in range #121 to #170.

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

Unlock Location Modification Cost

Maze

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.

Merciless Aspirant's Trial

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.

Moon Temple

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

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.

Museum

1x Exalted OrbExalted OrbStack Size: 20Augments a rare item with a new random modifierRight click this item then left click a rare item to apply it. Rare items can have up to six random modifiers.

Orchard

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.

Park

1x 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 ChanceOrb of ChanceStack Size: 20Upgrades a normal item to a random rarityRight click this item then left click a normal item to apply it.

Phantasmagoria

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.

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.

Pit

1x 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 Chaos OrbChaos OrbStack Size: 20Reforges a rare item with new random modifiersRight click this item then left click a rare item to apply it.

Promenade

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.

Reef

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.

Shavronne's Tower

8x 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.

Shrine

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.

Siege

4x 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.

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.

Silo

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.

Sulphur Vents

1x Exalted OrbExalted OrbStack Size: 20Augments a rare item with a new random modifierRight click this item then left click a rare item to apply it. Rare items can have up to six random modifiers.

The Ancient Pyramid

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.

The Archives

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.

The Ascent

1x 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 ( | ) (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=120
|tables=crafting_bench_options, crafting_bench_options_costs
|where=npc="Niko"
}}