Cargo query

Jump to navigation Jump to search

Showing below up to 50 results in range #101 to #150.

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

id stat text
AttacksDealNoPhysicalDamage [[Attack|Attacks]] deal no [[Physical Damage]]
AttackSpeedIfBlockedRecentlyUber1 20% increased [[Attack Speed]] if you have Blocked [[Recently]]
AttackSpeedWithMovementSkillsUniqueBodyDex5 (10-20)% increased [[Attack Speed]] with Movement [[Skill|Skills]]
AttacksThatStunCauseBleedingUnique__1 Causes Bleeding when you Stun
AvoidFreezeChillIgniteWhileOnslaughtUniqueOneHandSword10 Cannot be Chilled, Frozen or Ignited while you have Onslaught
AxeBonus1 5% increased [[Physical Damage]] with [[Axe|Axes]]<br>2% increased [[Attack Speed]] with [[Axe|Axes]]<br>3% increased [[Accuracy Rating]] with [[Axe|Axes]]
AxePhysicalDamageUnique__1 80% increased [[Physical Damage]] with [[Axe|Axes]]
BannerFortifyDurationUnique__1 Dread Banner grants an additional +(2-4) to maximum Fortification when placing the Banner
BattlemageKeystoneUnique__1 Battlemage
BattlemageKeystoneUnique__2_ Battlemage
BestiaryLeague Areas contain Beasts to hunt
BleedDamageAgainstPoisonedEnemiesUber1 50% increased Damage with Bleeding inflicted on [[Poison|Poisoned]] Enemies
BleedingDamagePerEnduranceChargeUber1 5% increased Damage with Bleeding per [[Endurance Charge]]
BlindEnemiesWhenHitUber1__ 20% chance to Blind Enemies when they [[Hit]] you
BlindImmunityUniqueSceptre8 Cannot be Blinded
BlindNearbyEnemiesWhenIgnitedUniqueOneHandSword10 33% chance to Blind nearby Enemies on being Ignited
BlockingBlocksSpellsUniqueAmulet1 15% Chance to [[Block]] [[Spell Damage]]
BlockingBlocksSpellsUnique__2 (7.5-9)% Chance to [[Block]] [[Spell Damage]]
BlockPercentUnique__1 (8-12)% Chance to [[Block]] [[Attack Damage]]
BlockPercentUnique__2 20% Chance to [[Block]] [[Attack Damage]]
BowBonus1 5% increased [[Physical Damage]] with [[Bow|Bows]]<br>2% increased [[Attack Speed]] with [[Bow|Bows]]<br>3% increased [[Accuracy Rating]] with [[Bow|Bows]]
BringerOfRainBlockTEMP 15% Chance to [[Block]]
BringerOfRainEnduranceTEMP 10% chance to gain an [[Endurance Charge]] when you [[Block]]
BringerOfRainLifeTEMP +(200-220) to maximum [[Life]]
BurnDamageUniqueStaff1 70% increased Burning Damage
BurnDamageUnique__1 (20-30)% increased Burning Damage
BurnDurationUniqueOneHandSword10 33% increased Ignite Duration on Enemies
BurnDurationUnique__2 10000% increased [[Ignite]] Duration on Enemies
CannotBeShockedWhileFrozenUniqueStaff14 You cannot be [[Shock|Shocked]] while [[Freeze|Frozen]]
CannotBeStunnedOnLowLife Cannot be Stunned when on [[Low Life]]
CannotBlockSpellsUnique__1 Cannot [[Block]] [[Spell Damage]]
CannotBlockWithNoEnergyShieldUnique__1 Cannot [[Block]] while you have no [[Energy Shield]]
CannotCastSpellsUnique__1 Cannot Cast [[Spell|Spells]]
CannotCritNonShockedEnemiesUnique___1 You cannot deal [[Critical strike|Critical Strikes]] against non-Shocked Enemies
CannotDieToElementalReflect You cannot be killed by reflected [[Elemental Damage]]
CannotDieUnique__1 Can not die (Hidden)
CannotGainEnduranceChargesUnique__1__ Cannot gain [[Endurance Charge|Endurance Charges]]
CannotLeech Cannot [[Leech]]
CannotLeechManaUnique__1_ Cannot [[Leech]] [[Mana]]
CannotLeechOrRegenerateManaUniqueTwoHandAxe9 Cannot [[Leech]] or Regenerate [[Mana]]
CannotReseveManaUnique__1 [[Mana]] cannot be Reserved
CanRollMinionModifiersImplicitWandAtlas1 Can roll [[Minion]] Modifiers
CastLevel1SummonLesserShrineOnKillUnique Trigger [[Level]] 1 Create Lesser Shrine when you [[Kill]] an Enemy
CastSocketedSpellsOnShockedEnemyKillUnique__1 50% chance to Trigger [[Item socket|Socketed]] [[Spell|Spells]] on Killing a [[Shock|Shocked]] Enemy
CastSpeedPerCorpseConsumedRecentlyUnique__1 3% increased [[Cast Speed]] for each corpse Consumed [[Recently]]
CausesBleedingImplicitMarakethRapier1 Causes Bleeding on [[Hit]]
CausesBleedingUniqueOneHandAxe5 25% chance to cause Bleeding on [[Hit]]
CausesBleedingUniqueTwoHandAxe4 50% chance to cause Bleeding on [[Hit]]
CausesBleedingUniqueTwoHandAxe7 25% chance to cause Bleeding on [[Hit]]
CausesBleedingUnique__1 25% chance to cause Bleeding on [[Hit]]

View ( | ) (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=100
|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%"
}}