User:LordBlick/Sandbox/Test Item Stats: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>LordBlick
No edit summary
>LordBlick
No edit summary
Line 16: Line 16:
       <!--mod_stats._pageName="Haste"-->
       <!--mod_stats._pageName="Haste"-->
       <!--items.name="Haste"-->
       <!--items.name="Haste"-->
       items.name="Headhunter"
       <!--items.name LIKE "%Haste%"-->
      <!--items.name LIKE "%Haste%"-->
       <!--mod_stats._pageName LIKE "%Haste%"-->
       <!--mod_stats._pageName LIKE "%Haste%"-->
  |limit=50
  |limit=10
  <!--|format=template
  <!--|format=template
  |template=Mod table with items
  |template=Mod table with items
Line 36: Line 35:
{{il|Clarity}}:<br />
{{il|Clarity}}:<br />
<!-- Let's try same as above if succeed -->
<!-- Let's try same as above if succeed -->
===Quering Item Stats for Headhunter===
{{#cargo_query:
|tables=mod_stats, items
|join on=mod_stats._pageID=items._pageID
|fields=mod_stats._rowID, items.name, mod_stats._pageName, mod_stats.id, mod_stats.min, mod_stats.max
|where=
      items.name="Headhunter"
|limit=50
}}

Revision as of 14:19, 26 January 2018

Query in Special:CargoTables/item_stats
Use of Template:Item/cargo/item_stats

Quering Item Stats for some aura gems

HasteHasteAura, Spell, AoE
Level: (1-20)
Reservation: 50% Mana
Cooldown Time: 1.20 sec
Can Store 1 Use(s)
Cast Time: Instant
AoE Radius: 36
Requires Level 24Casts an aura that increases the movement speed, attack speed and cast speed of you and your allies.+(0-1.9) metres to radius
You and nearby allies gain (10-16)% increased Movement Speed
You and nearby allies gain (15-24)% increased Attack Speed
You and nearby allies gain (15-24)% increased Cast Speed

Additional Effects From 1-20% Quality:
(2-40)% increased Area of Effect
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
:

_rowID name _pageName id min max
49,339 Modifier:TangleAltarUpsideMonsterGrandEldritchIchor chance_%_to_drop_additional_grand_eldritch_ichor 16 32
49,344 Modifier:TangleAltarUpsideMonsterOrbOfAlteration chance_%_to_drop_additional_orb_of_alteration 16 32
49,353 Modifier:TangledAltarUpsideMonsterScarabBreach3 chance_%_to_drop_additional_scarab_breach_gilded 16 32
49,375 Modifier:TangledAltarUpsideMonsterDivinationCardsGivesOtherDivinationCards chance_%_to_drop_additional_divination_cards_gives_other_divination_cards 16 32
49,380 Modifier:TangledAltarUpsideBossScarabElderRares2 map_boss_additional_scarabs_elder_polished_to_drop 2 4
49,396 Modifier:TangledAltarUpsideBossScarabLegion1 map_boss_additional_scarabs_legion_rusted_to_drop 2 4
49,408 Modifier:TangledAltarUpsideBossDivinationCardsGemsQuality map_boss_additional_divination_cards_gems_quality_to_drop 2 4
49,435 Modifier:CleansingAltarUpsideBossGlassblowersBauble map_boss_additional_glassblowers_bauble_to_drop 2 4
49,520 Modifier:CleansingAltarUpsideBossDivinationCardsCorrupted map_boss_additional_divination_cards_corrupted_to_drop 2 4
50,828 Modifier:IncreasedManaUnique~~26 base_maximum_mana 150 200

More...

ClarityClarityAura, Spell, AoE
Level: (1-20)
Reservation: (34-279) Mana
Cooldown Time: 1.20 sec
Can Store 1 Use(s)
Cast Time: Instant
AoE Radius: 36
Requires Level 10Casts an aura that grants mana regeneration to you and your allies.+(0-1.9) metres to radius
You and nearby Allies Regenerate (2.9-33) Mana per second

Additional Effects From 1-20% Quality:
(2-40)% increased Area of Effect
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
:

Quering Item Stats for Headhunter

No results