Challenge: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Norkyn-gpuser
No edit summary
No edit summary
 
(46 intermediate revisions by 11 users not shown)
Line 1: Line 1:
'''Challenges''' are objectives exclusive to [[challenge leagues]]. Unlike [[achievement]]s, they are tied to their specific league and cannot be completed after the league ends. Completing challenges results in the player receiving a badge in front of their name with a number reflecting how many challenges s/he has beaten in the current challenge league(s). The badge is visible on the official Path of Exile forums as well as in the in-game chat.
'''Challenges''' are side objectives available in [[challenge leagues]]. Unlike [[achievement]]s, they are tied to a specific league and cannot progress once that league ends. Players who complete challenges receive a symbol beside their username, indicating the number of challenges completed. This symbol is visible both in-game and the official Path of Exile website. However, it will disappear when the next league begins.


Depending on the league, players who achieve a high enough number of completed challenges may receive additional tokens of recognition such as T-shirts or unique item skins.
Each league grants exclusive [[microtransaction]] rewards for completing challenges, as well as a [[Challenger Trophy]] hideout decoration for that league. In older leagues, GGG would give out special t-shirts to the first 50 players who complete all 8 challenges that were shared between the Standard and Hardcore leagues of the season.


==Breach Challenges‎==
A separate set of challenges are available in the [[Ruthless mode]] version of the league. Ruthless challenges share the same microtransaction reward as the regular version, but have its own Challenger Trophy.
{{main|List of Breach League challenges}}
{{:List of Breach League challenges}}


==Challenges from previous leagues==
==Current challenges‎==
* [[List of Essence League challenges]]
{{#vardefine:challenge|
* [[List of Prophecy‎ League challenges]]
    {{#cargo_query:
* [[List of Perandus League challenges]]
        |tables = events
* [[List of Talisman‎ League challenges]]
        |fields = CONCAT('List of ', events.name, ' challenges')
* [[List of Warbands and Tempest‎ League challenges]]
        |where = events.type = "Challenge league"
* [[List of Torment and Bloodlines‎ League challenges]]
        |limit=1
* [[List of Rampage and Beyond‎ League challenges]]
        |order by = events.release_date DESC
* [[List of Ambush and Invasion League challenges]]
        |more results text=
* [[List of Domination and Nemesis‎ League challenges]]
        |no html
* [[List of Anarchy and Onslaught‎ League challenges]]
    }}
}}
{{#vardefine:ruthlesschallenge|
    {{#cargo_query:
        |tables = events
        |fields = CONCAT('List of Ruthless ', events.name, ' challenges')
        |where = events.type = "Challenge league"
        |limit=1
        |order by = events.release_date DESC
        |more results text=
        |no html
    }}
}}
{{Main|{{#var:challenge}}}}
{{Main|{{#var:ruthlesschallenge}}}}
 
==Previous challenges==
{{#cargo_query:
tables = events
|fields = CONCAT('[[List of ', events.name, ' challenges', '|', events.name, ']]')
|where = events.type = "Challenge league"
|format=ul
|limit=
|offset=1
|order by = events.release_date DESC
|more results text=
}}
 
===Ruthless mode===
{{#cargo_query:
tables = events
|fields = CONCAT('[[List of Ruthless ', events.name, ' challenges', '|', events.name, ']]')
|where = events.type = "Challenge league" AND events.release_date > '2023-04-06'
|format=ul
|limit=
|offset=1
|order by = events.release_date DESC
|more results text=
}}


==References==
==References==
{{reflist}}
{{reflist}}
 
[[Category:Challenges| ]]
[[Category:Challenges| ]]

Latest revision as of 14:07, 2 April 2024

Challenges are side objectives available in challenge leagues. Unlike achievements, they are tied to a specific league and cannot progress once that league ends. Players who complete challenges receive a symbol beside their username, indicating the number of challenges completed. This symbol is visible both in-game and the official Path of Exile website. However, it will disappear when the next league begins.

Each league grants exclusive microtransaction rewards for completing challenges, as well as a Challenger Trophy hideout decoration for that league. In older leagues, GGG would give out special t-shirts to the first 50 players who complete all 8 challenges that were shared between the Standard and Hardcore leagues of the season.

A separate set of challenges are available in the Ruthless mode version of the league. Ruthless challenges share the same microtransaction reward as the regular version, but have its own Challenger Trophy.

Current challenges‎

Previous challenges

Ruthless mode

References