Template talk:Legacy variant table header: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Ruba159753
(→‎Query legacy mods: new section)
 
>Ruba159753
No edit summary
Line 1: Line 1:
== Query legacy mods ==
== Query legacy mods ==
For example taken {{il|Ornate Spiked Shield}}


Is it possible to implement requests to mods?
Is it possible to implement requests to mods?

Revision as of 20:54, 18 October 2018

Query legacy mods

For example taken Ornate Spiked ShieldOrnate Spiked ShieldChance to Block: 24%
Evasion: (120-135)
Energy Shield: (26-29)
Movement Speed: -3%
Requires Level 33, 44 Dex, 44 Int+5% chance to Suppress Spell Damage

Is it possible to implement requests to mods? For example:

{{legacy variant table header}}
{{legacy variant table row|3.0.0|{{c|mod|{{#cargo_query:
 |tables=mods
 |fields=mods.stat_text
 |where=mods.id="AttackerTakesDamageShieldImplicit4"
}}}}}}
|}

But to specify only the mod id. For example:

{{legacy variant table header}}
{{legacy variant table row|3.0.0|{{c|mod|AttackerTakesDamageShieldImplicit4}}}}
|}

Or interaction with the subject itself, as it is implemented in "Skill Gems" with tables "Skill progression"?