Challenge: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Evil4Zerggin
(Created page with "Challenges were introduced in Season 3. == Overview == Completing at least one challenge will award the user with a badge in front of their forum name denoting how many chal...")
 
No edit summary
 
(291 intermediate revisions by 34 users not shown)
Line 1: Line 1:
Challenges were introduced in Season 3.
'''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.


== Overview ==
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.


Completing at least one challenge will award the user with a badge in front of their forum name denoting how many challenges were completed.
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.  
GGG will send a t-shirt to any user who completes all challenges.


== Season 3 ==
==Current challenges‎==
# Slay the rogue exiles (13). This can only be completed in Anarchy, which is the only league where rogue exiles appear.
{{#vardefine:challenge|
# Own these Unique items (90).
    {{#cargo_query:
# Use these Currency items (23).
        |tables = events
# Reach level 60 in Onslaught.
        |fields = CONCAT('List of ', events.name, ' challenges')
# Items from Vendor Recipes (34).
        |where = events.type = "Challenge league"
# Use each Map (54).
        |limit=1
# Full-clear in any Difficulty (60).
        |order by = events.release_date DESC
# Allocate these Passives (232). This consists of all Notables and all Keystones.
        |more results text=
        |no html
    }}
}}
{{#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==
{{reflist}}
[[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