List of flask enchantment modifiers: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
No edit summary
(→‎top: Query on new spawn weights table)
Line 4: Line 4:


{{Modifier table
{{Modifier table
|q_tables = mod_stats, spawn_weights
|q_tables = mod_stats, mod_spawn_weights
|q_join = mods._pageID=mod_stats._pageID, mods._pageID=spawn_weights._pageID
|q_join = mods._pageID=mod_stats._pageID, mods._pageID=mod_spawn_weights._pageID
|q_where = mods.generation_type = 3 AND mods.mod_group= "FlaskEnchantment" AND mods.id LIKE "%Harvest%"
|q_where = mods.generation_type = 3 AND mods.mod_group= "FlaskEnchantment" AND mods.id LIKE "%Harvest%"
|q_orderBy = mods.id, mods.required_level
|q_orderBy = mods.id, mods.required_level

Revision as of 16:11, 21 October 2022

List of enchantment modifiers that can spawn on flasks. These enchantments can be crafted from harvest crafting that cost 800 lifeforce.

This list does not include enchantments from Instilling Orb or Enkindling Orb.

Lua error: Error 1054: Unknown column 'cargo__mods.mod_group' in 'where clause' Function: CargoSQLQuery::run Query: SELECT `cargo__mods`.`_pageID` AS `mods._pageID`,`cargo__mods`.`_pageName` AS `mods._pageName`,`cargo__mods`.`id` AS `mods.id`,`cargo__mods`.`name` AS `mods.name`,`cargo__mods`.`required_level` AS `mods.required_level`,`cargo__mods`.`stat_text` AS `mods.stat_text` FROM `cargo__mods` LEFT OUTER JOIN `cargo__mod_stats` ON ((`cargo__mods`.`_pageID`=`cargo__mod_stats`.`_pageID`)) LEFT OUTER JOIN `cargo__mod_spawn_weights` ON ((`cargo__mods`.`_pageID`=`cargo__mod_spawn_weights`.`_pageID`)) WHERE `cargo__mods`.`generation_type` = 3 AND `cargo__mods`.`mod_group`= "FlaskEnchantment" AND `cargo__mods`.`id` LIKE "%Harvest%" GROUP BY `cargo__mods`.`_pageID` ORDER BY `cargo__mods`.`id`,`cargo__mods`.`required_level` LIMIT 3000 .

Version history

Version Changes
3.19.0
3.11.0
  • Introduced to the game.

ru:Список зачарований для флаконов