Template:Query spawnable modifiers: Difference between revisions

From Path of Exile 2 Wiki
Jump to navigation Jump to search
>OmegaK2
No edit summary
(Query on new spawn weights table)
Line 1: Line 1:
<includeonly>{{#invoke: Modifier table|mod_table
<includeonly>{{#invoke: Modifier table|mod_table
|q_tables=spawn_weights, mod_stats{{#if: {{{tables|}}}|,{{{tables|}}}|}}
|q_tables=mod_spawn_weights, mod_stats{{#if: {{{tables|}}}|,{{{tables|}}}|}}
|q_join=mods._pageID=spawn_weights._pageID, mods._pageID=mod_stats._pageID{{#if: {{{join|}}}|,{{{join|}}}|}}
|q_join=mods._pageID=mod_spawn_weights._pageID, mods._pageID=mod_stats._pageID{{#if: {{{join|}}}|,{{{join|}}}|}}
|q_where=
|q_where=
     spawn_weights.weight > 0
     mod_spawn_weights.value > 0
     {{#if: {{{where|}}}| AND ({{{where|}}})|}}
     {{#if: {{{where|}}}| AND ({{{where|}}})|}}



Revision as of 02:13, 6 November 2022

Template documentation[create] [purge]