List of unique jewels limited to Beta: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
(→‎References: Renaming category)
No edit summary
Line 11: Line 11:
     AND items.drop_enabled = "false"
     AND items.drop_enabled = "false"
     AND items.rarity_id = "unique"
     AND items.rarity_id = "unique"
     AND (items.name LIKE "%Projected Force%" OR items.name LIKE "%Coated Weapons%" OR items.name LIKE "%Sturdy Growth%" OR items.name LIKE "%Wisdom of the Path Not Taken%" OR items.name LIKE "%Surplus%" OR items.name LIKE "%Stimulated Growth%" OR items.name LIKE "%Controlled Energy%" OR items.name LIKE "%Dark Thoughts%" OR  items.name LIKE "%Vampire's Might%" OR  items.name LIKE "%Specialised%" OR  items.name LIKE "%Miser of Misery%" OR  items.name LIKE "%Cannibalistic Habits%")
     AND (items.name LIKE "%Projected Force%" OR items.name LIKE "%Coated Weapons%" OR items.name LIKE "%Sturdy Growth%" OR items.name LIKE "%Wisdom of the Path Not Taken%" OR items.name LIKE "%Surplus%" OR items.name LIKE "%Stimulated Growth%" OR items.name LIKE "%Controlled Energy%" OR items.name LIKE "%Dark Thoughts%" OR  items.name LIKE "%Vampire's Might%" OR  items.name LIKE "%Specialised%" OR  items.name LIKE "%Miser of Misery%" OR  items.name LIKE "%Cannibalistic Habits%" OR  items.name LIKE "%Zerphi's Youth%" OR  items.name LIKE "%Selfless Leadership%")))
|jewel_radius=1
|jewel_radius=1
|stat=1
|stat=1

Revision as of 23:52, 15 November 2022

This article describes historical game content.

Certain unique jewels were only available in the Beta testing realm for the Awakening. They do not exist in the core game. Grinding Gear Games stated that most of these jewels would not return, although their names, flavour and general concept may be reused. Returning jewels would likely be re-balanced or function differently.[1]


Lua error: Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ')) AND `cargo__items`.`_pageNamespace` IN (0,10016) GROUP BY `cargo__items`....' at line 4 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__jewels`.`radius_html` AS `jewels.radius_html`,`cargo__items`.`stat_text` AS `items.stat_text` FROM `cargo__items` LEFT OUTER JOIN `cargo__jewels` ON ((`cargo__items`.`_pageID`=`cargo__jewels`.`_pageID`)) LEFT OUTER JOIN `cargo___pageData` ON ((`cargo__items`.`_pageID`=`cargo___pageData`.`_pageID`)) WHERE (`cargo__items`.`class_id` = "Jewel"

   AND `cargo__items`.`drop_enabled` = "false"
   AND `cargo__items`.`rarity_id` = "unique"
   AND (`cargo__items`.`name` LIKE "%Projected Force%" OR `cargo__items`.`name` LIKE "%Coated Weapons%" OR `cargo__items`.`name` LIKE "%Sturdy Growth%" OR `cargo__items`.`name` LIKE "%Wisdom of the Path Not Taken%" OR `cargo__items`.`name` LIKE "%Surplus%" OR `cargo__items`.`name` LIKE "%Stimulated Growth%" OR `cargo__items`.`name` LIKE "%Controlled Energy%" OR `cargo__items`.`name` LIKE "%Dark Thoughts%" OR  `cargo__items`.`name` LIKE "%Vampire's Might%" OR  `cargo__items`.`name` LIKE "%Specialised%" OR  `cargo__items`.`name` LIKE "%Miser of Misery%" OR  `cargo__items`.`name` LIKE "%Cannibalistic Habits%" OR  `cargo__items`.`name` LIKE "%Zerphi's Youth%" OR  `cargo__items`.`name` LIKE "%Selfless Leadership%")))) AND `cargo__items`.`_pageNamespace` IN (0,10016)  GROUP BY `cargo__items`.`_pageID` ORDER BY `cargo__items`.`_pageID`,`cargo__items`.`_pageName`,`cargo__items`.`name`,`cargo__items`.`inventory_icon`,`cargo__items`.`html` LIMIT 5000  

.

References

  1. Qarl (June 8, 2015). "State of the Beta - Post #6". Official Path of Exile Forum. Retrieved May 7, 2016.