Cargo query

Jump to navigation Jump to search

Showing below up to 50 results in range #81 to #130.

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

Unlock Location Modification Cost

Epilogue

5x Instilling OrbInstilling OrbStack Size: 20Adds an enchantment to a utility flask that will cause
it to be used when certain conditions are met
Replaces any existing enchantment
Right click this item then left click a flask to apply it.

Eternal Aspirant's Trial

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.

Excavation

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

Flooded Mine

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.

Frozen Cabins

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.

Graveyard

Jungle Valley

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.

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.

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.

Labyrinth Trial in The Bath House

2x Glassblower's BaubleGlassblower's BaubleStack Size: 20Improves the quality of a flaskRight click this item then left click a flask to apply it. Has greater effect on lower-rarity flasks. The maximum quality is 20%.

Labyrinth Trial in The Catacombs

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.

Labyrinth Trial in The Chamber of Sins Level 2

Labyrinth Trial in The Crypt

Labyrinth Trial in The Imperial Gardens

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.

Labyrinth Trial in The Lower Prison

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

Labyrinth Trial in The Tunnel

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

Lair

4x Glassblower's BaubleGlassblower's BaubleStack Size: 20Improves the quality of a flaskRight click this item then left click a flask to apply it. Has greater effect on lower-rarity flasks. The maximum quality is 20%.

Lava Lake

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.

Lookout

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.

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

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.

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=80
|tables=crafting_bench_options, crafting_bench_options_costs
|where=npc="Niko"
}}