Template:Passive skill table
Jump to navigation
Jump to search
Overview
This template creates an advanced tabular list for passive skills based on performing an cargo query.
Parameters
Main parameters
Parameter | Value | Description | Required |
---|---|---|---|
default | str | If specified, the value of this will be returned of there are no results for the specified query. | |
large | bool | Whether to show large inventory icons
Default: No |
|
no_html | bool | Don't show HTML infoboxes on hover.
Advisable to enable this on very large lists, as it makes the resulting table much smaller. In particular if the page hits the wiki limits for size. |
|
q_<param> | — | It is possible to add any parameters of the cargo query (field names) by prefixing them with q_ .
Specifying at least q_where and q_limit is highly recommended. Additional tables can be specified using q_tables. |
Display control parameters
All these parameters are binary, so as long you specify something like icon=1
it will show up. If something is not available on the item you're fetching it will show up as "N/A"
Parameter | Description |
---|---|
ascendancy | Show the ascendancy class of the respective passive. |
id | Show the id of the passive. |
int_id | Show the integer id of the passive. |
stat_text | Show the stat text of the passive. |
skill_points | Show the number of skill points granted by the passive. |
connections | Show the passive skills this passive skill is connected to. |
flavour_text | Show the flavour text of the passive. |
reminder_text | Show the reminder text of the passive. |
is_notable | Show whether the passive is a notable or not. |
is_keystone | Show whether the passive is a keystone or not. |
Examples
Every non-ascendancy node that grants intelligence
{{Passive skill table |q_tables = passive_skill_stats |q_join = passive_skills._pageName = passive_skill_stats._pageName |q_where = passive_skill_stats.id LIKE "%intelligence%" AND passive_skills.ascendancy_class IS NULL AND passive_skills.stat_text IS NOT NULL |stat_text=1 }}
Name | Stats |
---|---|
Intelligence | +10 to Intelligence [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] +15 to Intelligence [3] [4] |
Mana Regeneration and Intelligence | 20% increased Mana Regeneration Rate +5 to Intelligence [1] |
Spell Damage and Intelligence | 10% increased Spell Damage +5 to Intelligence [1] |
Ancestral Knowledge | +30 to Intelligence [1] |
Arcane Focus | 20% increased maximum Energy Shield 10% faster start of Energy Shield Recharge +10 to Intelligence [1] |
Arcane Will | Regenerate 5 Mana per second 30% increased maximum Mana +10 to Intelligence [1] |
Arcanist's Dominion | +20 to Intelligence 5% increased Cast Speed 20% increased Spell Damage [1] |
Coldhearted Calculation | 20% increased Mana Regeneration Rate +20 to Intelligence 12% increased Damage [1] |
Coordination | 10% increased Attack Speed 8% increased Cast Speed +10 to Dexterity and Intelligence [1] |
Deep Thoughts | 20% increased maximum Mana 20% increased Mana Regeneration Rate +20 to Intelligence [1] |
Deep Wisdom | +20 to Intelligence +20 to maximum Mana +20 to maximum Energy Shield [1] |
Disintegration | 60% increased Critical Strike Chance with Wands +30% to Critical Strike Multiplier with Wands +20 to Intelligence [1] |
Divine Fervour | +10 to Strength and Intelligence 30% increased Melee Critical Strike Chance 20% increased Attack Damage [1] |
Genius | 8% increased maximum Mana 5% increased Intelligence [1] |
Hard Knocks | +30 to Intelligence [1] |
Intelligence Gathering | Completing your Maps grants 10 Intelligence for a random Immortal Syndicate Safehouse [1] |
Light of Divinity | 20% increased Spell Damage +10 to Strength and Intelligence 30% increased Spell Critical Strike Chance 10% increased Light Radius [1] |
Mana Flows | 16% increased maximum Mana 30% increased Mana Regeneration Rate +20 to Intelligence [1] |
Path of the Savant | +20 to Intelligence +20 to maximum Mana 16% increased Spell Damage [1] |
Primal Spirit | +20 to Strength and Intelligence 20% increased maximum Mana Gain 4 Mana per Enemy Hit with Attacks if you've used a Mana Flask in the past 10 seconds [1] |
Pure Aptitude | +20 to Intelligence Purity of Lightning has 80% increased Mana Reservation Efficiency 15% increased Energy Shield Recharge Rate [1] |
Retribution | +10 to Strength and Intelligence 15% increased Damage 5% increased Attack and Cast Speed Minions deal 15% increased Damage [1] |
Sanctity | +10 to Strength and Intelligence 20% increased Armour 10% increased maximum Energy Shield Regenerate 1% of Life per second [1] |
Thief's Craft | +30 to Intelligence [1] |
Trickery | 20% increased Critical Strike Chance 20% increased Damage +10 to Dexterity and Intelligence [1] |
Utmost Intellect | +40 to Intelligence 8% increased Intelligence [1] |
Versatility | 15% increased Global Accuracy Rating +20 to Dexterity and Intelligence 5% increased Movement Speed [1] |
Wisdom of the Glade | +30 to Intelligence [1] |
All Deadeye ascendancy nodes
{{Passive skill table |q_where = passive_skills.ascendancy_class="Deadeye" AND passive_skills.stat_text IS NOT NULL |ascendancy=1 }}
The above documentation is transcluded from Template:Passive skill table/doc.
Editors can experiment in this template's sandbox and testcases pages.
Please add categories to the /doc subpage. Subpages of this template.
Editors can experiment in this template's sandbox and testcases pages.
Please add categories to the /doc subpage. Subpages of this template.