Template talk:Legacy variant table header: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Ruba159753
No edit summary
>Ruba159753
No edit summary
Line 16: Line 16:
But to specify only the mod id.
But to specify only the mod id.
For example:
For example:
<s><pre>
{{legacy variant table header}}
{{legacy variant table row|3.0.0|{{c|mod|AttackerTakesDamageShieldImplicit4}}}}
|}
</pre></s>
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 {{tlx|Ml}}:
<pre>
<pre>
{{legacy variant table header}}
{{legacy variant table header}}
{{legacy variant table row|3.0.0|{{c|mod|AttackerTakesDamageShieldImplicit4}}}}
{{legacy variant table row|3.0.0|{{c|mod|{{Ml|AttackerTakesDamageShieldImplicit4|display=stat_text}}}}}}
|}
|}
</pre>
</pre>
Or interaction with the subject itself, as it is implemented in "Skill Gems" with tables "Skill progression"?
 
--[[User:Ruba159753|Ruba159753]] ([[User talk:Ruba159753|talk]]) 21:44, 18 October 2018 (UTC)

Revision as of 21:44, 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"
 |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)