Template:Query spawnable modifiers

From Path of Exile 2 Wiki
Revision as of 09:14, 28 January 2018 by >OmegaK2 (Created page with "<includeonly>{{Modifier table |q_tables=spawn_weights{{#if: {{{tables}}}|,{{{tables}}}|}} |q_join=mods._pageID=spawn_weights._pageID{{#if: {{{join}}}|,{{{join}}}|}} |q_where=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Template documentation[view] [edit] [history] [purge]


Lua logo

This template uses the following modules:

Overview

This template queries for modifiers based on {{modifier table}}. It excludes mods that can not spawn by default.

Parameters

Parameters that can be specified in addition to the default {{modifier table}} parameters.

Parameter Value Description
tables str Any extra tables. This should be used instead of q_tables to avoid overriding the defaults from this template.

By default the spawn_weights and mod_stats tables are queried and joined.

join str any extra joins. This should be used instead of q_join to avoid overriding the defaults from this template

By default the spawn_weights and mod_stats tables are queried and joined.

where str Any extra conditions. This should be used instead of q_where to avoid overriding the defaults from this template.