Book of Skill: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Tonemis
>Ruba159753
No edit summary
Line 4: Line 4:
There are 21 Book of Skills in [[Wraeclast]], for a total of 22 passive points. The Act 2 Quest [[Deal with the Bandits]] can grant another two passive points. The ingame chat command <code>/passives</code> can be used to display an overview of which passive point quests a character has completed.
There are 21 Book of Skills in [[Wraeclast]], for a total of 22 passive points. The Act 2 Quest [[Deal with the Bandits]] can grant another two passive points. The ingame chat command <code>/passives</code> can be used to display an overview of which passive point quests a character has completed.


{| class="wikitable sortable" style="width:auto;"
{{Query base items
|-
|tables=quest_rewards
! Act
|join=items._pageName = quest_rewards.reward
! Quest
|where=items.help_text LIKE "A Book of Skill%"
! Book Effect
|q_orderBy = quest_rewards.act, items.metadata_id, items._pageName
! Book Page
|description=1
|-
|quest=1
| 1 || [[The Dweller of the Deep]] || Grants a Passive Skill Point || [[Book of Skill (The Dweller of the Deep)]]
}}
|-
| 1 || [[The Marooned Mariner]] || Grants a Passive Skill Point || [[Book of Skill (The Marooned Mariner)]]
|-
| 1 || [[The Way Forward]] || Grants a Passive Skill Point || [[Book of Skill (The Way Forward)]]
|-
| 3 || [[Victario's Secrets]] || Grants a Passive Skill Point || [[Book of Skill (Victario's Secrets)]]
|-
| 3 || [[Piety's Pets]] || Grants a Passive Skill Point || [[Book of Skill (Piety's Pets)]]
|-
| 4 || [[An Indomitable Spirit]] || Grants a Passive Skill Point and two Passive Respec Points || [[Book of Skill (An Indomitable Spirit)]]
|-
| 5 || [[In Service to Science]] || Grants a Passive Skill Point || [[Book of Skill (In Service to Science)]]
|-
| 5 || [[Kitava's Torments]] || Grants a Passive Skill Point and two Passive Respec Points || [[Book of Skill (Kitava's Torments)]]
|-
| 6 || [[The Father of War]] || Grants a Passive Skill Point || [[Book of Skill (The Father of War)]]
|-
| 6 || [[The Puppet Mistress]] || Grants a Passive Skill Point || [[Book of Skill (The Puppet Mistress)]]
|-
| 6 || [[The Cloven One]] || Grants a Passive Skill Point || [[Book of Skill (The Cloven One)]]
|-
| 7 || [[The Master of a Million Faces]] || Grants a Passive Skill Point || [[Book of Skill (The Master of a Million Faces)]]
|-
| 7 || [[Queen of Despair]] || Grants a Passive Skill Point || [[Book of Skill (Queen of Despair)]]
|-
| 7 || [[Kishara's Star]] || Grants a Passive Skill Point and two Passive Respec Points || [[Book of Skill (Kishara's Star)]]
|-
| 8 || [[Love is Dead]] || Grants a Passive Skill Point and two Passive Respec Points || [[Book of Skill (Love is Dead)]]
|-
| 8 || [[Reflection of Terror]] || Grants a Passive Skill Point || [[Book of Skill (Reflection of Terror)]]
|-
| 8 || [[The Gemling Legion]] || Grants a Passive Skill Point || [[Book of Skill (The Gemling Legion)]]
|-
| 9 || [[Queen of the Sands]] || Grants a Passive Skill Point || [[Book of Skill (Queen of the Sands)]]
|-
| 9 || [[The Ruler of Highgate]] || Grants a Passive Skill Point || [[Book of Skill (The Ruler of Highgate)]]
|-
| 10 || [[Vilenta's Vengeance]] || Grants a Passive Skill Point || [[Book of Skill (Vilenta's Vengeance)]]
|-
| 10 || [[An End to Hunger]] || Grants two Passive Skill Points || [[Book of Skill (An End to Hunger)]]
|}


[[Category:Quest rewards]]
[[Category:Quest rewards]]
[[ru:Книга умений]]

Revision as of 21:15, 1 December 2018

Book of Skill is reward that grants a passive skill point or respec point when consumed and is obtained by completing certain quests.

List of Book of Skills

There are 21 Book of Skills in Wraeclast, for a total of 22 passive points. The Act 2 Quest Deal with the Bandits can grant another two passive points. The ingame chat command /passives can be used to display an overview of which passive point quests a character has completed.

Lua error: Error 1054: Unknown column 'cargo__quest_rewards.reward' in 'on clause' Function: CargoSQLQuery::run Query: SELECT `cargo__items`.`_pageID` AS `items._pageID`,`cargo__items`.`_pageName` AS `items._pageName`,`cargo__items`.`name` AS `items.name`,`cargo__items`.`inventory_icon` AS `items.inventory_icon`,`cargo__items`.`html` AS `items.html`,`cargo__items`.`size_x` AS `items.size_x`,`cargo__items`.`size_y` AS `items.size_y`,`cargo__items`.`description` AS `items.description` FROM `cargo__items` LEFT OUTER JOIN `cargo__versions` ON ((`cargo__items`.`release_version`=`cargo__versions`.`version`)) LEFT OUTER JOIN `cargo__quest_rewards` ON ((`cargo__items`.`_pageName`=`cargo__quest_rewards`.`reward`)) WHERE (`cargo__items`.`drop_enabled` = true

 AND (`cargo__items`.`release_version` IS NULL 
   OR `cargo__items`.`release_version` IS NOT NULL
   AND `cargo__versions`.`release_date` < 20240515111007
 ) AND `cargo__items`.`base_item` IS NULL
 AND `cargo__items`.`base_item_id` IS NULL
 AND `cargo__items`.`base_item_page` IS NULL
 AND (`cargo__items`.`help_text` LIKE "A Book of Skill%")) AND `cargo__items`.`_pageNamespace` IN (0,10016)  GROUP BY `cargo__items`.`_pageID` ORDER BY `cargo__items`.`required_level_range_maximum`,`cargo__items`.`name` LIMIT 5000  

. ru:Книга умений