Template talk:Legacy variant table header: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Illviljan
>Illviljan
mNo edit summary
Line 33: Line 33:


--[[User:Ruba159753|Ruba159753]] ([[User talk:Ruba159753|talk]]) 21:44, 18 October 2018 (UTC)
--[[User:Ruba159753|Ruba159753]] ([[User talk:Ruba159753|talk]]) 21:44, 18 October 2018 (UTC)
: Sure, you ''can'' do a query for mods but you will always get the most '''current''' version of the mods. It is probably not the behaviour you want when the purpose of the template is to show historical data. For example {{il|Forbidden Taste}} has {{ml|LocalFlaskInstantRecoverPercentOfLifeUniqueFlask6}} but there are also static 75% floating around since it was first introduced.
: Sure, you ''can'' do a query for mods but you will always get the most '''current''' version of the mods. It is probably not the behaviour you want when the purpose of the template is to show historical data. For example {{il|Forbidden Taste}} has {{ml|LocalFlaskInstantRecoverPercentOfLifeUniqueFlask6}} but there are also static 75% floating around since it was first introduced.--[[User:Illviljan|Illviljan]] ([[User talk:Illviljan|talk]]) 02:19, 19 October 2018 (UTC)

Revision as of 02:19, 19 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)

Sure, you can do a query for mods but you will always get the most current version of the mods. It is probably not the behaviour you want when the purpose of the template is to show historical data. For example Forbidden TasteForbidden Taste
Quartz Flask
Lasts 6.00 Seconds
Consumes 30 of 60 Charges on use
Phasing
+10% chance to Suppress Spell Damage
Requires Level 27Recover (75-100)% of Life on use
25% of Maximum Life taken as Chaos Damage per second
Your reach exceeds your grasp.Right click to drink. Can only hold charges while in belt. Refills as you kill monsters.
has Recover (75-100)% of Life on useLocalFlaskInstantRecoverPercentOfLifeUniqueFlask6
Intrinsic
Recover (75-100)% of Life on use
but there are also static 75% floating around since it was first introduced.--Illviljan (talk) 02:19, 19 October 2018 (UTC)