over 3 years ago - Community_Team - Direct link




In late 2019, we held the first ExileCon convention in Auckland, New Zealand. ExileCon gave us a great opportunity to experiment with new merchandise for Path of Exile such as the Celestial Cat Socks, Exalted Orb Foam Balls, various plush toys and a lot of different t-shirt designs. We sold much of this merchandise during ExileCon but we do have some very limited stock left over, and have been trying to find a fair way to make it available to players who were unable to attend the event. Today's news post details our plan.

For many merchandise items, we had to hit minimum quantity thresholds in order for them to be possible. So we knew we were going to be left with a few hundred thousand dollars of merchandise that we'd need to sell after the event. We're not able to handle the logistics of running a general merchandise store ourselves at the moment, and we also worry that the best items would sell out instantly. We tried to find a straightforward way to sell all of the remaining stock and make it available for purchase for anyone who may have missed out on being able to attend in person. We would rather that this money was being spent on development rather than filling up a storage unit.

We have packaged the merchandise into Mystery Bags that are identified by their shirt sizes. When you buy a bag of a specific shirt size, you're guaranteed at least two Path of Exile t-shirts (in different designs) and one plushie. The other items in the bag are also random and are picked to top the value up so that all the bags are worth approximately the same amount. For clarity, these bags do not contain any past exclusive supporter pack physical merchandise. It's just the merchandise that we made for ExileCon. Each ExileCon Mystery Bag contains at least its face value in merchandise, with a chance to receive items that are in lower stock or higher demand. Unfortunately, we cannot offer to sell specific merchandise directly or to let people choose which random outcome they get, as the most popular pieces of merchandise are also the ones we have the fewest left of.

The bags are priced at $100 USD + shipping (and sales tax if you're in New Zealand). If you want to buy one, contact [email protected] and let them know your address and your desired shirt size (you can't pick which specific mystery bag outcome you'll get, only your shirt size). They'll calculate a total and will send you a payment link. If you pay within 24 hours, you'll be locked in. Otherwise it'll go to the next person in the queue. Because these may sell fast, there's initially a limit of one bag per customer.


Please note that there are no hoodies left in stock and they are not included in the mystery bags.




Below, you can find the nine possible random outcomes for each mystery bag purchase. Below that, you can view what quantity of each outcome is available for each shirt size.

Random Mystery Bag Outcomes


Outcome A:

  • 2x Path of Exile T-shirts of different types

  • Random Plushie

  • ExileCon Cloth Map of Wraeclast

  • ExileCon Lanyard

  • ExileCon Black Bags



Outcome B:

  • 2x Path of Exile T-shirts of different types

  • Random Plushie

  • ExileCon Cloth Map of Wraeclast

  • Path of Exile Foam Exalted Orb

  • Path of Exile ExileCon Corrupted Vinyl Decal



Outcome C:

  • 2x Path of Exile T-shirts of different types

  • Random Plushie

  • Path of Exile Foam Exalted Orb

  • Path of Exile ExileCon Corrupted Vinyl Decal

  • Path of Exile Dye-Sub Patch (Premium)



Outcome D:

  • 2x Path of Exile T-shirts of different types

  • Random Plushie

  • Path of Exile Foam Exalted Orb

  • Path of Exile ExileCon Corrupted Vinyl Decal

  • Path of Exile Celestial Cat Socks



Outcome E:

  • 2x Path of Exile T-shirts of different types

  • Random Plushie

  • Path of Exile Foam Exalted Orb

  • Path of Exile Iron-on Patch (Non-Premium)

  • ExileCon Lanyard



Outcome F:

  • 2x Path of Exile T-shirts of different types

  • Random Plushie

  • Path of Exile Foam Exalted Orb

  • Path of Exile Celestial Cat Socks

  • Path of Exile Iron-on Patch (Non-Premium)



Outcome G:

  • 2x Path of Exile T-shirts of different types

  • Random Plushie

  • Path of Exile Iron-on Patch (Non-Premium)

  • Path of Exile Exalted Orb Snapback Hat



Outcome H:

  • 3x Path of Exile T-shirts of different types

  • Random Plushie



Outcome I:

  • 2x Path of Exile T-shirts of different types

  • Random Plushie

  • Path of Exile Foam Exalted Orb

  • Path of Exile Exalted Orb Snapback Hat



Shirt Types



  • Path of Exile Lunaris Vs. Solaris Premium Tee

  • Path of Exile Kitava Premium Tee

  • Path of Exile Vaal Orb Premium Tee

  • Path of Exile Exalted Orb Premium Tee

  • Path of Exile Chaos Premium Tee

  • Path of Exile Shaper Premium Tee

  • Path of Exile Untainted Paradise Premium Tee

  • Path of Exile ExileCon Logo Premium Tee



Ratios of Outcome Type to Shirt Size Availability

table#outcomes { border-spacing: 0; width: 100%; table-layout: fixed; } #outcomes th { cursor: pointer; } .forumTable .newsPost #outcomes td, .forumTable .newsPost #outcomes th { padding: 3px; line-height: 20px; } .forumTable .newsPost #outcomes th .arrow-down, .forumTable .newsPost #outcomes th .arrow-up { padding: 0; vertical-align: middle; line-height: 20px; display: inline-block; border-left: 5px solid transparent; border-right: 5px solid transparent; margin-left: 5px; } .forumTable .newsPost #outcomes th .arrow-down { border-top: 5px solid #dfcf99; } .forumTable .newsPost #outcomes th .arrow-up { border-bottom: 5px solid #dfcf99; } Outcome Small Medium Large XL 2XL 3XL 4XL A 77 69 167 198 30 22 18 B 44 38 97 110 17 13 11 C 31 28 69 79 12 9 7 D 3 2 6 4 1 0 1 E 15 13 32 37 6 4 3 F 10 9 25 25 4 3 3 G 1 1 3 4 2 0 0 H 83 71 198 176 31 23 18 I 0 0 0 34 0 0 0 Total 264 231 597 667 103 7461 function sortTable(clickedElem, n, isNumber) { var table, rows, switching, i, x, y, shouldSwitch, dir, clickedArrowElem, headers, switchcount = 0; var regex = /([0-9]*[.])?[0-9]+/; table = clickedElem.parentNode.parentNode; switching = true; headers = table.querySelectorAll('th span'); for (var key in headers) { if (Object.hasOwnProperty.call(headers, key)) { var element = headers[key]; element.classList.remove('arrow-up'); element.classList.remove('arrow-down'); } } clickedArrowElem = clickedElem.querySelector(".arrow-" + n); dir = "asc"; while (switching) { switching = false; rows = table.rows; if (isNumber) { for (index = 1; index < (rows.length - 1); index++) { var row = rows[index]; var data = row.getElementsByTagName("TD")[n].innerText.toLowerCase(); var matches = data.match(regex); if (!matches || isNaN(parseFloat(matches[0]))) row.parentElement.appendChild(row); } } for (index = 1; index < (rows.length - 1); index++) { shouldSwitch = false; var row = rows[index]; var nextrow = rows[index + 1]; x = row.getElementsByTagName("TD")[n]; y = nextrow.getElementsByTagName("TD")[n]; var currentData = x.innerHTML.toLowerCase(); var nextLineData = y.innerHTML.toLowerCase(); if (isNumber) { var currentNumber = currentData.match(regex); var nextNumber = nextLineData.match(regex); if(currentNumber && nextNumber){ currentData = parseFloat(currentNumber.length > 0 ? currentNumber[0] : 0); nextLineData = parseFloat(nextNumber.length > 0 ? nextNumber[0] : 0); } else{ continue; } } if (dir == "asc") { if (currentData > nextLineData) { shouldSwitch = true; break; } } else if (dir == "desc") { if (currentData < nextLineData) { shouldSwitch = true; break; } } } if (shouldSwitch) { row.parentNode.insertBefore(nextrow, row); switching = true; switchcount++; } else { if (switchcount == 0 && dir == "asc") { dir = "desc"; switching = true; } } } clickedArrowElem.classList.add(dir == 'asc' ? 'arrow-up' : 'arrow-down'); }

over 3 years ago - Community_Team - Direct link

" FiveheadWillie wrote: Still waiting for my Exalted Orb shirt from my supporter pack I bought at Ultimatum start



Sorry to hear that! Can you please get in touch with our Support team at [email protected] to see if they can look into that for you?

over 3 years ago - Community_Team - Direct link

" Kardel179 wrote: merchandise shop when ?!!!



We're working on something and will have more news about this soon. It's a little far off from being set up but an upcoming post will be looking to get your feedback on what merchandise you'd like to see in a potential store. Let us know if you have any thoughts!

over 3 years ago - Community_Team - Direct link

" pvalchev13 wrote: Still waiting on my Orion Supporter pack merchandise and also on new core supporter apck merch. Wtf GGG?



Hey there, sorry about that! Could you send our support team an email at [email protected] and they'll have a look into this for you!

over 3 years ago - /u/ - Direct link
A lil somethin somethin: You can find the details for this event on the announcement page [url=https://steamcommunity.com/ogg/238960/announcements/detail/3025837505311407515]here[/url].
over 3 years ago - CommunityTeam_GGG - Direct link
In late 2019, we held the first {LINK REMOVED}ExileCon convention in Auckland, New Zealand. ExileCon gave us a great opportunity to experiment with new merchandise for Path of Exile such as the Celestial Cat Socks, Exalted Orb Foam Balls, various plush toys and a lot of different t-shirt designs. We sold much of this merchandise during ExileCon but we do have some very limited stock left over, and have been trying to find a fair way to make it available to players who were unable to attend the event. Today's news post details our plan.

For many merchandise items, we had to hit minimum quantity thresholds in order for them to be possible. So we knew we were going to be left with a few hundred thousand dollars of merchandise that we'd need to sell after the event. We're not able to handle the logistics of running a general merchandise store ourselves at the moment, and we also worry that the best items would sell out instantly. We tried to find a straightforward way to sell all of the remaining stock and make it available for purchase for anyone who may have missed out on being able to attend in person. We would rather that this money was being spent on development rather than filling up a storage unit.

We have packaged the merchandise into Mystery Bags that are identified by their shirt sizes. When you buy a bag of a specific shirt size, you're guaranteed at least two Path of Exile t-shirts (in different designs) and one plushie. The other items in the bag are also random and are picked to top the value up so that all the bags are worth approximately the same amount. For clarity, these bags do not contain any past exclusive supporter pack physical merchandise. It's just the merchandise that we made for ExileCon. Each ExileCon Mystery Bag contains at least its face value in merchandise, with a chance to receive items that are in lower stock or higher demand. Unfortunately, we cannot offer to sell specific merchandise directly or to let people choose which random outcome they get, as the most popular pieces of merchandise are also the ones we have the fewest left of.

The bags are priced at $100 USD + shipping (and sales tax if you're in New Zealand). If you want to buy one, contact [email protected] and let them know your address and your desired shirt size (you can't pick which specific mystery bag outcome you'll get, only your shirt size). They'll calculate a total and will send you a payment link. If you pay within 24 hours, you'll be locked in. Otherwise it'll go to the next person in the queue. Because these may sell fast, there's initially a limit of one bag per customer.


Please note that there are no hoodies left in stock and they are not included in the mystery bags.

Below, you can find the nine possible random outcomes for each mystery bag purchase. Below that, you can view what quantity of each outcome is available for each shirt size.

Random Mystery Bag Outcomes Outcome A:
  • 2x Path of Exile T-shirts of different types
  • Random Plushie
  • ExileCon Cloth Map of Wraeclast
  • ExileCon Lanyard
  • ExileCon Black Bags
Outcome B:
  • 2x Path of Exile T-shirts of different types
  • Random Plushie
  • ExileCon Cloth Map of Wraeclast
  • Path of Exile Foam Exalted Orb
  • Path of Exile ExileCon Corrupted Vinyl Decal
Outcome C:
  • 2x Path of Exile T-shirts of different types
  • Random Plushie
  • Path of Exile Foam Exalted Orb
  • Path of Exile ExileCon Corrupted Vinyl Decal
  • Path of Exile Dye-Sub Patch (Premium)
Outcome D:
  • 2x Path of Exile T-shirts of different types
  • Random Plushie
  • Path of Exile Foam Exalted Orb
  • Path of Exile ExileCon Corrupted Vinyl Decal
  • Path of Exile Celestial Cat Socks
Outcome E:
  • 2x Path of Exile T-shirts of different types
  • Random Plushie
  • Path of Exile Foam Exalted Orb
  • Path of Exile Iron-on Patch (Non-Premium)
  • ExileCon Lanyard
Outcome F:
  • 2x Path of Exile T-shirts of different types
  • Random Plushie
  • Path of Exile Foam Exalted Orb
  • Path of Exile Celestial Cat Socks
  • Path of Exile Iron-on Patch (Non-Premium)
Outcome G:
  • 2x Path of Exile T-shirts of different types
  • Random Plushie
  • Path of Exile Iron-on Patch (Non-Premium)
  • Path of Exile Exalted Orb Snapback Hat
Outcome H:
  • 3x Path of Exile T-shirts of different types
  • Random Plushie
Outcome I:
  • 2x Path of Exile T-shirts of different types
  • Random Plushie
  • Path of Exile Foam Exalted Orb
  • Path of Exile Exalted Orb Snapback Hat
Shirt Types
  • Path of Exile Lunaris Vs. Solaris Premium Tee
  • Path of Exile Kitava Premium Tee
  • Path of Exile Vaal Orb Premium Tee
  • Path of Exile Exalted Orb Premium Tee
  • Path of Exile Chaos Premium Tee
  • Path of Exile Shaper Premium Tee
  • Path of Exile Untainted Paradise Premium Tee
  • Path of Exile ExileCon Logo Premium Tee
Outcome Small Medium Large XL 2XL 3XL 4XL A 77 69 167 198 30 22 18 B 44 38 97 110 17 13 11 C 31 28 69 79 12 9 7 D 3 2 6 4 1 0 1 E 15 13 32 37 6 4 3 F 10 9 25 25 4 3 3 G 1 1 3 4 2 0 0 H 83 71 198 176 31 23 18 I 0 0 0 34 0 0 0 Total 264 231 597 667 103 74 61