Weapon effect: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>TheFrz
m (Redirected page to Item effect#Weapon effects)
>Vinifera7
(Removed redirect to Item effect#Weapon effects)
Line 1: Line 1:
#REDIRECT [[Item effect#Weapon_effects]]
'''Weapon effects''' are cosmetic items applied to the [[character]]'s [[weapon]] that display animated visuals around the weapon model.
 
Most of them can be purchased via [[microtransaction]]s or are included with [[supporter pack]]s. Some are obtained exclusively by completing a certain number of [[challenge]]s in a [[challenge league]].
 
==List of weapon effects==
The following is a list of weapon effects.
 
{{Query base items
|tables=stackables
|join=items._pageID=stackables._pageID
|where=items.class_id="Microtransaction" AND stackables.cosmetic_type="Weapon Effect"
|q_limit=2000
|description=1
|large=1
}}
 
[[Category:Microtransaction feature types]]

Revision as of 13:40, 18 September 2020

Weapon effects are cosmetic items applied to the character's weapon that display animated visuals around the weapon model.

Most of them can be purchased via microtransactions or are included with supporter packs. Some are obtained exclusively by completing a certain number of challenges in a challenge league.

List of weapon effects

The following is a list of weapon effects.

Lua error: Error 1054: Unknown column 'cargo__stackables.cosmetic_type' in 'where 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__stackables` ON ((`cargo__items`.`_pageID`=`cargo__stackables`.`_pageID`)) 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` < 20240522114643
 ) 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`.`class_id`="Microtransaction" AND `cargo__stackables`.`cosmetic_type`="Weapon Effect")) AND `cargo__items`.`_pageNamespace` IN (0,10016)  GROUP BY `cargo__items`.`_pageID` ORDER BY `cargo__items`.`required_level_range_maximum`,`cargo__items`.`name` LIMIT 2000  

.