Template talk:Legacy variant table header

From Path of Exile Wiki
Revision as of 21:44, 18 October 2018 by >Ruba159753
Jump to navigation Jump to search
  • Sign your posts using four tildes (~~~~)
  • Start a new topic at the bottom under a ==level 2 heading==
  • Indent replies using colons (:)
  • Keep it civil
  • Assume good faith
  • Don't remove past discussions

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"
 |no html
}}}}}}
|}

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"?

upd:

I realized that you can do it with the template {{Ml}}:

{{legacy variant table header}}
{{legacy variant table row|3.0.0|{{c|mod|{{Ml|AttackerTakesDamageShieldImplicit4|display=stat_text}}}}}}
|}

--Ruba159753 (talk) 21:44, 18 October 2018 (UTC)