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)

id stat text
AbyssJewelSocketUnique__12 Has 1 Abyssal [[Item socket|Socket]]
AbyssJewelSocketUnique__13 Has 2 Abyssal [[Item socket|Sockets]]
AbyssJewelSocketUnique__2 Has 2 Abyssal [[Item socket|Sockets]]
AbyssJewelSocketUnique__4 Has 2 Abyssal [[Item socket|Sockets]]
AbyssJewelSocketUnique__5 Has 1 Abyssal [[Item socket|Socket]]
AbyssJewelSocketUnique__6_ Has 1 Abyssal [[Item socket|Socket]]
AbyssJewelSocketUnique__7 Has 1 Abyssal [[Item socket|Socket]]
AbyssJewelSocketUnique__8 Has 1 Abyssal [[Item socket|Socket]]
AbyssJewelSocketUnique__9 Has 2 Abyssal [[Item socket|Sockets]]
AccuracyPercentImplicitSword2 30% increased Global [[Accuracy Rating]]
AccuracyRatingIsDoubledUber1 50% more Global [[Accuracy Rating]]
Acrobatics Acrobatics
ActorSizeUniqueAmulet12 10% reduced [[Character Size]]
AddedChaosDamageUniqueBootsStrDex4 Adds (6-9) to (12-16) [[Chaos Damage]] to [[Attack|Attacks]]
AddedChaosDamageWhileUsingAFlaskUnique__1_ Adds (30-40) to (50-60) [[Chaos Damage]] to [[Spell|Spells]] and [[Attack|Attacks]] during any [[Flask]] Effect
AddedColdDamagePerPowerChargeUnique__1 Adds 10 to 20 [[Cold Damage]] to [[Spell|Spells]] per [[Power Charge]]
AddedColdDamageToSpellsAndAttacksUnique__1 Adds (15-25) to (40-50) [[Cold Damage]] to [[Spell|Spells]] and [[Attack|Attacks]]
AddedFireDamageUniqueRing36 Adds (8-12) to (20-30) [[Fire Damage]] to [[Attack|Attacks]]
AddedFireDamageVersusBleedingEnemiesUnique__1 [[Attack|Attacks]] with this Weapon deal (80-100) to (160-200) added [[Fire Damage]] to Bleeding Enemies
AddedLightningDamagePerIntelligenceUnique__2 Adds 1 to 5 [[Lightning Damage]] to [[Attack|Attacks]] with this Weapon per 10 [[Intelligence]]
AddedLightningDamageToSpellsAndAttacksUnique__1 Adds (3-15) to (80-100) [[Lightning Damage]] to [[Spell|Spells]] and [[Attack|Attacks]]
AddedLightningDamageUniqueGlovesDexInt3 Adds 1 to 100 [[Lightning Damage]] to [[Attack|Attacks]]
AddedPhysicalDamageUniqueBodyDex2 Your [[Attack|Attacks]] deal -3 [[Physical Damage]]
AddedPhysicalDamageUniqueRing8 Adds 5 to 9 [[Physical Damage]] to [[Attack|Attacks]]
AddedPhysicalDamageVersusIgnitedEnemiesUnique__1 [[Attack|Attacks]] with this Weapon deal (80-100) to (160-200) added [[Physical Damage]] to Ignited Enemies
AddedPhysicalDamageVsFrozenEnemiesUniqueRing30 Adds 10 to 15 [[Physical Damage]] to [[Attack|Attacks]] against [[Freeze|Frozen]] Enemies
AddedPhysicalToMinionAttacksUnique__1 [[Minion|Minions]] deal (5-8) to (12-16) additional [[Attack]] [[Physical Damage]]
AdditionalArrowsUniqueTransformed__1 [[Bow]] [[Attack|Attacks]] fire an additional Arrow
AdditionalArrowsUnique__1 [[Bow]] [[Attack|Attacks]] fire 2 additional Arrows
AdditionalArrowsUnique__2 [[Bow]] [[Attack|Attacks]] fire 2 additional Arrows
AdditionalArrowWhileAccuracyIs3000Uber1 [[Bow]] [[Attack|Attacks]] fire an additional Arrow while Main Hand [[Accuracy Rating]] is at least 3000
AdditionalBlockChanceIfCritRecentlyUber1__ +5% Chance to [[Block]] [[Attack Damage]] if you've dealt a [[Critical Strike]] [[Recently]]
AdditionalBlockChanceUniqueShieldStrDex1 +(3-6)% Chance to [[Block]]
AdditionalBlockChanceUniqueShieldStrDex2 +5% Chance to [[Block]]
AdditionalBlockChanceUniqueShieldStrInt6 +5% Chance to [[Block]]
AdditionalBlockUniqueBodyDex2 +5% Chance to [[Block]] [[Attack Damage]]
AdditionalChanceToBlockAgainstTauntedEnemiesUnique_1 +5% Chance to [[Block]] [[Attack Damage]] from Taunted Enemies
AdditionalChanceToDodgeIfYouHaveTakenSpellDamageRecentlyUnique_1 (15-20)% chance to [[Dodge]] [[Attack]] [[Hit|Hits]] if you've taken [[Spell Damage]] [[Recently]]
AdditionalChanceToSpellDodgeIfYouHaveTakenAttackDamageRecentlyUnique_1 (15-20)% chance to [[Dodge]] [[Spell]] [[Hit|Hits]] if you've taken [[Attack Damage]] [[Recently]]
AdditionalMeleeDamageToBurningEnemiesUniqueDagger6 100% increased Melee Damage against Ignited Enemies
AdditionalMeleeDamageToFrozenEnemiesUniqueDagger6 100% increased Melee Damage against [[Freeze|Frozen]] Enemies
AdditionalMeleeDamageToShockedEnemiesUniqueDagger6 100% increased Melee Damage against [[Shock|Shocked]] Enemies
AdditionalPhysicalDamageReductionWhileBleedingUnique__1 (10-15)% additional [[Physical Damage]] Reduction while Bleeding
AdditionalSpellProjectilesUnique__1 [[Spell|Spells]] fire an additional Projectile
AegisEnergyShieldTEMP Replenishes [[Energy Shield]] by 4% of [[Armour]] when you [[Block]]
AilmentDamagePerElderItemUnique__1__ 15% increased Damage with Ailments per Elder Item Equipped
AllAttributesTestUniqueAmulet1 +500 to all Attributes
AllAttributesUnique__18 +(20-30) to all Attributes
AllAttributesUnique__3 +(10-20) to all Attributes
AllAttributesUnique__9 +(15-20) to all Attributes

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

Modify query

View wikitext
{{#cargo_query:
fields=mods.id, mods.stat_text
|format=auto
|join on=mods.id = item_mods.id
|offset=0
|tables=mods, item_mods
|where=mods.generation_type = 3  # Mod receiver is unique
 and mods.domain = 1             # Mod receiver is item
 and item_mods.id is null        # Exclude right
 and mods.id not like "%royale%"
 and mods.stat_text not like "%[DNT]%"
 and mods.id not like "%ArmourEnchantmentHeist%"
 and mods.id not like "%HarvestAlternateArmourQuality%"
 and mods.id not like "%SynthesisImplicit%"
 and mods.id not like "%UltimatumTrialDifficulty%"
 and mods.id not like "%WeaponEnchantmentHeist%"
}}