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 |
|---|---|
| +8 to Intelligence [1] [2] [3] [4] [5] [6] [7] [8] +10 to Intelligence [2] +5 to Intelligence [3] | |
| File:AnarchyNotable3 (AtlasTrees) passive skill icon.pngIntelligensia | Rogue Exiles in your Maps have 100% increased chance to wear Items requiring Intelligence [1] |
| File:IncreasedManaCostNotable passive skill icon.pngRaw Destruction | 16% increased Spell Damage Minions deal 16% increased Damage +10 to Intelligence [1] |
| File:Flaskint passive skill icon.pngArcane Alchemy | Mana Flasks gain 0.1 charges per Second +10 to Intelligence [1] |
| File:ArmourAndEnergyShieldNode passive skill icon.pngBastion of the Forest | 15% faster start of Energy Shield Recharge 15% increased Armour +15% of Armour also applies to Elemental Damage +5 to Strength and Intelligence [1] |
| File:ColdDamagenode passive skill icon.pngBreath of Ice | Damage Penetrates 15% Cold Resistance +10 to Intelligence [1] |
| File:Bodysoul passive skill icon.pngDevoted Protector | 15% faster start of Energy Shield Recharge 15% increased Armour +15% of Armour also applies to Elemental Damage +5 to Strength and Intelligence [1] |
| File:EnergyShieldNode passive skill icon.pngEssence Infusion | 40% increased Energy Shield Recharge Rate +10 to Intelligence [1] |
| Gain Accuracy Rating equal to your Intelligence 10% increased Accuracy Rating [1] | |
| File:Harrier passive skill icon.pngFlow Like Water | 8% increased Attack and Cast Speed +5 to Dexterity and Intelligence [1] |
| File:Criticalstrikechance passive skill icon.pngFor the Jugular | 25% increased Critical Damage Bonus +10 to Intelligence [1] |
| File:Stormborn passive skill icon.pngGuardian of the Wilds | 10% increased Damage Gain 5% of Damage as Extra Damage of a random Element +5 to Strength and Intelligence [1] |
| File:Criticalstrikechance passive skill icon.pngHeartstopping | 20% increased Critical Hit Chance +10 to Intelligence [1] |
| File:HiredKiller2 passive skill icon.pngImmortal Infamy | Recover 2% of maximum Life on Kill +10 to Intelligence 10% increased Energy Shield Recharge Rate [1] |
| +25 to Intelligence [1] | |
| File:Energyshield passive skill icon.pngInsightfulness | 6% increased Intelligence 12% increased Mana Regeneration Rate 18% increased maximum Energy Shield [1] |
| File:Mana passive skill icon.pngLucidity | 8% of Damage is taken from Mana before Life +15 to Intelligence [1] |
| File:Castspeed passive skill icon.pngMental Alacrity | 5% increased Cast Speed 15% increased Mana Regeneration Rate +10 to Intelligence [1] |
| File:Damage blue passive skill icon.pngMental Perseverance | 10% of Damage is taken from Mana before Life +15 to Intelligence [1] |
| File:Deepwisdom passive skill icon.pngPure Energy | 30% increased maximum Energy Shield +10 to Intelligence [1] |
| File:IncreasedManaCostNotable passive skill icon.pngRaw Power | 20% increased Spell Damage +10 to Intelligence [1] |
| File:PressurePoints passive skill icon.pngRelentless Vindicator | 10% increased Damage 10% increased Critical Hit Chance +5 to Strength and Intelligence [1] |
| File:ColdDamagenode passive skill icon.pngSnowpiercer | Damage Penetrates 15% Cold Resistance +10 to Intelligence [1] |
| File:MineManaReservationNotable passive skill icon.pngStep Like Mist | 15% increased Mana Regeneration Rate 4% increased Movement Speed +5 to Dexterity and Intelligence [1] |
| File:AzmeriPrimalSnakeNotable passive skill icon.pngThe Ancient Serpent | Life Flasks gain 0.1 charges per Second 40% reduced Poison Duration on you +10 to Intelligence [1] |
| File:AzmeriPrimalMonkeyNotable passive skill icon.pngThe Howling Primate | 15% increased Presence Area of Effect Aura Skills have 10% increased Magnitudes +10 to Intelligence [1] |
| File:AzmeriPrimalOwlNotable passive skill icon.pngThe Winter Owl | Gain Accuracy Rating equal to your Intelligence 3% increased Evasion Rating per 10 Intelligence +10 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.
