From c57d0268f5bcd0bef991ef9bc1c347ffa4569691 Mon Sep 17 00:00:00 2001 From: Peter Ernst Date: Thu, 21 Aug 2025 19:18:49 +0200 Subject: [PATCH 1/4] Mercenaries league --- poeTransactionCounter.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/poeTransactionCounter.js b/poeTransactionCounter.js index 569bad9..709d220 100644 --- a/poeTransactionCounter.js +++ b/poeTransactionCounter.js @@ -33,6 +33,14 @@ var levenshtein = (function() { const elements = document.querySelectorAll(".packageName", ".el", ".FontinBold"); const microtransactions = { + // Mercenaries of Trarthus + "Cryptkeeper": 30, + "Hallowed Cryptkeeper": 60, + "Sacred Cryptkeeper": 90, + "Phrecian Magistrate": 30, + "Phrecian Grand Magistrate": 60, + "Phrecian Imperial Magistrate": 90, + // PoE2 Early Access "Path of Exile 2 Early Access": 30, "Lord of Ogham": 60, From a583f635d0066eb3174fe0dc997d59970616dcd6 Mon Sep 17 00:00:00 2001 From: Peter Ernst Date: Thu, 21 Aug 2025 19:19:13 +0200 Subject: [PATCH 2/4] Rise of the Abyssal league --- poeTransactionCounter.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/poeTransactionCounter.js b/poeTransactionCounter.js index 709d220..13f4066 100644 --- a/poeTransactionCounter.js +++ b/poeTransactionCounter.js @@ -33,6 +33,14 @@ var levenshtein = (function() { const elements = document.querySelectorAll(".packageName", ".el", ".FontinBold"); const microtransactions = { + // Rise of the Abyssal + "Trarthan Executioner": 30, + "Cruel Trarthan Executioner": 60, + "Merciless Trarthan Executioner": 90, + "Justice": 30, + "Apostle of Justice": 60, + "Herald of Justice": 90, + // Mercenaries of Trarthus "Cryptkeeper": 30, "Hallowed Cryptkeeper": 60, From df2cf7fe844bf390f24314b4e5f1386cda986aba Mon Sep 17 00:00:00 2001 From: Peter Ernst Date: Tue, 28 Oct 2025 18:33:13 +0100 Subject: [PATCH 3/4] Keepers of the Flame league --- poeTransactionCounter.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/poeTransactionCounter.js b/poeTransactionCounter.js index 13f4066..89a9b11 100644 --- a/poeTransactionCounter.js +++ b/poeTransactionCounter.js @@ -33,6 +33,14 @@ var levenshtein = (function() { const elements = document.querySelectorAll(".packageName", ".el", ".FontinBold"); const microtransactions = { + // Keepers of the Flame + "Champion of Theopolis": 30, + "Grand Champion of Theopolis": 60, + "Eternal Champion of Theopolis": 90, + "Verdant Magus": 30, + "Grand Verdant Magus": 60, + "Supreme Verdant Magus": 90, + // Rise of the Abyssal "Trarthan Executioner": 30, "Cruel Trarthan Executioner": 60, From 16e5d79323bfe6b8eafb434e1ecb9b74bee2ee2c Mon Sep 17 00:00:00 2001 From: Peter Ernst Date: Tue, 9 Dec 2025 23:04:55 +0100 Subject: [PATCH 4/4] The Last of the Druids league --- poeTransactionCounter.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/poeTransactionCounter.js b/poeTransactionCounter.js index 89a9b11..9cb2b1c 100644 --- a/poeTransactionCounter.js +++ b/poeTransactionCounter.js @@ -33,6 +33,14 @@ var levenshtein = (function() { const elements = document.querySelectorAll(".packageName", ".el", ".FontinBold"); const microtransactions = { + // The Last of the Druids + "Kalguuran": 30, + "Kalguuran Seafarer": 60, + "Kalguuran Captain": 90, + "Precursor": 30, + "Awakened Precursor": 60, + "Eternal Precursor": 90, + // Keepers of the Flame "Champion of Theopolis": 30, "Grand Champion of Theopolis": 60,