Skip to content

Commit 06c396f

Browse files
authored
v0.5.0 (#308)
* change discord id #278 * Update config & data * Commit mockup image * update mockup * feat: filter quick update (#247) * feat: filter generator in renderer * feat: filter generator in main * chore: some polishing * feat: about section * feat: i18n (-ish), only en text * chore: cleanup * chore: clarification regarding original filter * chore: safety checks to ignore empty or not full identifier, or empty filters all together * fix: linting fixes * chore: locked version of winreg * fix: dont hide divine orbs :O * fix: set filter to hide would always hide it, even after turning it back fix: updated config version * fix: moved ignore low lvl area items down in filter order * fix: drop winreg in favor of existing solution * Change config file handling * add in empty string check * feat: changing filter generator into filter updater * chore: simplify generator pages * chore: removed code that is no longer needed * chore: linter fixes * fix: remove debug text * feat: customizable folder path * Add russian localization * Merge commit 'ec35412d2694eb6a677415893776939b496b8aae' * Revert "Merge commit 'ec35412d2694eb6a677415893776939b496b8aae'" This reverts commit 8a3d84a. * Merge branch 'dev' into pr/tmakuch/247 * update config version * Add note about case sensitivity * run linter/formatter * Features/germanLang (#300) * add app_i18n.json Co-authored-by: @ProfessorSpoon * Update files * official site * Build files * update description parser? * [Not Recognized Modifier] - %phys #298 * add new unique stats, don't have roll values yet * Update uniques again * [PoE2] - Checking log book hard crashes #305 * run data script again? * data files update for 0.1.1 * version bump
1 parent d02f086 commit 06c396f

File tree

110 files changed

+255002
-45317
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+255002
-45317
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ![Perfect Jewelers Orb](./renderer/public/images/jeweler.png) Exiled Exchange 2
22

3-
![GitHub Downloads (specific asset, latest release)](https://img.shields.io/github/downloads/kvan7/exiled-exchange-2/latest/Exiled-Exchange-2-Setup-0.4.2.exe?style=plastic&link=https%3A%2F%2Ftooomm.github.io%2Fgithub-release-stats%2F%3Fusername%3Dkvan7%26repository%3DExiled-Exchange-2)
3+
![GitHub Downloads (specific asset, latest release)](https://img.shields.io/github/downloads/kvan7/exiled-exchange-2/latest/Exiled-Exchange-2-Setup-0.5.0.exe?style=plastic&link=https%3A%2F%2Ftooomm.github.io%2Fgithub-release-stats%2F%3Fusername%3Dkvan7%26repository%3DExiled-Exchange-2)
44
![GitHub Tag](https://img.shields.io/github/v/tag/kvan7/exiled-exchange-2?style=plastic&label=latest%20version)
55
![GitHub commits since latest release (branch)](https://img.shields.io/github/commits-since/kvan7/exiled-exchange-2/latest/dev?style=plastic)
66

dataParser/.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ vendor/json-api/ru/*.json
139139
vendor/json-api/ko/*.json
140140
vendor/json-api/cmn-Hant/*.json
141141
vendor/json-api/ja/*.json
142+
vendor/json-api/de/*.json
142143
vendor/client/tables/*.json
143144
vendor/client/descriptions/*
144145
!vendor/client/descriptions/.gitkeep
@@ -152,12 +153,14 @@ vendor/client/tables/*
152153
!vendor/client/tables/ko/ArmourTypesOverride.json
153154
!vendor/client/tables/cmn-Hant/ArmourTypesOverride.json
154155
!vendor/client/tables/ja/ArmourTypesOverride.json
156+
!vendor/client/tables/de/ArmourTypesOverride.json
155157

156158
!vendor/client/tables/en/.gitkeep
157159
!vendor/client/tables/ru/.gitkeep
158160
!vendor/client/tables/ko/.gitkeep
159161
!vendor/client/tables/cmn-Hant/.gitkeep
160162
!vendor/client/tables/ja/.gitkeep
163+
!vendor/client/tables/de/.gitkeep
161164

162165

163166

@@ -168,6 +171,7 @@ vendor/client/tables/*
168171
!vendor/json-api/ko/.gitkeep
169172
!vendor/json-api/cmn-Hant/.gitkeep
170173
!vendor/json-api/ja/.gitkeep
174+
!vendor/json-api/de/.gitkeep
171175

172176

173177
EXPORT/tables/**/*.json
@@ -179,3 +183,6 @@ vendor/json-api/ru/*.json
179183
vendor/json-api/ko/*.json
180184
vendor/json-api/cmn-Hant/*.json
181185
vendor/json-api/ja/*.json
186+
vendor/json-api/de/*.json
187+
188+
EXPORT/files/**/*.csd

dataParser/EXPORT/config.json

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,34 @@
11
{
22
"steam": "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Path of Exile 2",
3+
"files": [
4+
"Metadata/StatDescriptions/active_skill_gem_stat_descriptions.csd",
5+
"Metadata/StatDescriptions/advanced_mod_stat_descriptions.csd",
6+
"Metadata/StatDescriptions/atlas_stat_descriptions.csd",
7+
"Metadata/StatDescriptions/character_panel_stat_descriptions.csd",
8+
"Metadata/StatDescriptions/chest_stat_descriptions.csd",
9+
"Metadata/StatDescriptions/expedition_relic_stat_descriptions.csd",
10+
"Metadata/StatDescriptions/gem_stat_descriptions.csd",
11+
"Metadata/StatDescriptions/heist_equipment_stat_descriptions.csd",
12+
"Metadata/StatDescriptions/leaguestone_stat_descriptions.csd",
13+
"Metadata/StatDescriptions/map_stat_descriptions.csd",
14+
"Metadata/StatDescriptions/meta_gem_stat_descriptions.csd",
15+
"Metadata/StatDescriptions/monster_stat_descriptions.csd",
16+
"Metadata/StatDescriptions/passive_skill_aura_stat_descriptions.csd",
17+
"Metadata/StatDescriptions/passive_skill_stat_descriptions.csd",
18+
"Metadata/StatDescriptions/primordial_altar_stat_descriptions.csd",
19+
"Metadata/StatDescriptions/sanctum_relic_stat_descriptions.csd",
20+
"Metadata/StatDescriptions/sentinel_stat_descriptions.csd",
21+
"Metadata/StatDescriptions/skill_stat_descriptions.csd",
22+
"Metadata/StatDescriptions/stat_descriptions.csd",
23+
"Metadata/StatDescriptions/utility_flask_buff_stat_descriptions.csd"
24+
],
325
"translations": [
426
"English",
527
"Russian",
628
"Korean",
729
"Traditional Chinese",
8-
"Japanese"
30+
"Japanese",
31+
"German"
932
],
1033
"tables": [
1134
{

dataParser/copy-py-ndjson.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
supported_languages=("en" "ru" "ko" "cmn-Hant" "ja")
3+
supported_languages=("en" "ru" "ko" "cmn-Hant" "ja" "de")
44

55
for lang in "${supported_languages[@]}"; do
66
echo "Copying $lang"

dataParser/copy-tables.sh

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,18 @@ cp -R EXPORT/tables/Traditional\ Chinese/* vendor/client/tables/cmn-Hant/
1414
echo "Copying files from EXPORT/tables/Japanese to data/ja"
1515
cp -R EXPORT/tables/Japanese/* vendor/client/tables/ja/
1616

17+
echo "Copying files from EXPORT/tables/German to data/de"
18+
cp -R EXPORT/tables/German/* vendor/client/tables/de/
19+
1720
echo "Copying not generated files from english to other languages"
1821

1922
# Copy without overwriting English -> data/ru
2023
cp -n vendor/client/tables/en/* vendor/client/tables/ru/
2124
cp -n vendor/client/tables/en/* vendor/client/tables/ko/
2225
cp -n vendor/client/tables/en/* vendor/client/tables/cmn-Hant/
23-
cp -n vendor/client/tables/en/* vendor/client/tables/ja/
26+
cp -n vendor/client/tables/en/* vendor/client/tables/ja/
27+
cp -n vendor/client/tables/en/* vendor/client/tables/de/
28+
29+
# Copy description files from EXPORT/files to client/descriptions
30+
echo "Copying description files from EXPORT/files to client/descriptions"
31+
cp -R EXPORT/files/* vendor/client/descriptions/

dataParser/data/cmn-Hant/items.ndjson

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{"name": "Bidding", "refName": "Bidding", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}}
2+
{"name": "Overseer Precursor Tablet", "refName": "Overseer Precursor Tablet", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "TowerAugment"}, "w": 1, "h": 1}
23
{"name": "Tremors", "refName": "Tremors", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Support Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}}
34
{"name": "[DNT] Axe Chop", "refName": "[DNT] Axe Chop", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}}
45
{"name": "[DNT] Axe Execute", "refName": "[DNT] Axe Execute", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}}
@@ -2583,7 +2584,7 @@
25832584
{"name": "雙肢弓", "refName": "Double Limb Bow", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Bow"}, "w": 2, "h": 4}
25842585
{"name": "雜響權杖", "refName": "Rattling Sceptre", "namespace": "ITEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Sceptre"}, "w": 2, "h": 3}
25852586
{"name": "雷彈", "refName": "Lightning Bolt", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}}
2586-
{"name": "雷彈", "refName": "Lightning Bolt", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}}
2587+
{"name": "雷彈", "refName": "Greater Lightning Bolt", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}}
25872588
{"name": "雷暴彈藥", "refName": "Stormblast Bolts", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}}
25882589
{"name": "雷霆之杖", "refName": "Lightning Rod", "namespace": "GEM", "icon": "%NOT_FOUND%", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}}
25892590
{"name": "電光領域", "refName": "Galvanic Field", "namespace": "GEM", "icon": "https://webtw.poecdn.com/gen/image/WzI1LDE0LHsiZiI6IjJESXRlbXMvR2Vtcy9HYWx2YW5pY0ZpZWxkU2tpbGxHZW0iLCJ3IjoxLCJoIjoxLCJzY2FsZSI6MX1d/8aa27ccb46/GalvanicFieldSkillGem.png", "craftable": {"category": "Active Skill Gem"}, "w": 1, "h": 1, "gem": {"awakened": false, "transfigured": false}}
@@ -3027,11 +3028,14 @@
30273028
{"name": "引導之掌", "refName": "Guiding Palm", "namespace": "UNIQUE", "unique": {"base": "神殿權杖"}}
30283029
{"name": "獵豬", "refName": "Hoghunt", "namespace": "UNIQUE", "unique": {"base": "墮落巨棍棒"}}
30293030
{"name": "雷姆諾的奪命樂具", "refName": "Hrimnor's Hymn", "namespace": "UNIQUE", "unique": {"base": "橡木巨錘"}}
3031+
{"name": "未完成", "refName": "INCOMPLETE", "namespace": "UNIQUE", "unique": {"base": "分裂巨斧"}}
30303032
{"name": "未完成", "refName": "INCOMPLETE", "namespace": "UNIQUE", "unique": {"base": "拱形巨斧"}}
30313033
{"name": "未完成", "refName": "INCOMPLETE", "namespace": "UNIQUE", "unique": {"base": "鍛鐵巨劍"}}
30323034
{"name": "未完成", "refName": "INCOMPLETE", "namespace": "UNIQUE", "unique": {"base": "分裂鏈錘"}}
3035+
{"name": "未完成", "refName": "INCOMPLETE", "namespace": "UNIQUE", "unique": {"base": "鈍斧"}}
30333036
{"name": "未完成", "refName": "INCOMPLETE", "namespace": "UNIQUE", "unique": {"base": "戰爭長鋒"}}
3034-
{"name": "未完成", "refName": "INCOMPLETE", "namespace": "UNIQUE", "unique": {"base": "分裂巨斧"}}
3037+
{"name": "未完成", "refName": "INCOMPLETE", "namespace": "UNIQUE", "unique": {"base": "闊劍"}}
3038+
{"name": "未完成", "refName": "INCOMPLETE", "namespace": "UNIQUE", "unique": {"base": "焦黑短劍"}}
30353039
{"name": "未完成", "refName": "INCOMPLETE", "namespace": "UNIQUE", "unique": {"base": "優雅長柄刀"}}
30363040
{"name": "未完成", "refName": "INCOMPLETE", "namespace": "UNIQUE", "unique": {"base": "闊刃巨劍"}}
30373041
{"name": "生機之記", "refName": "Lifesprig", "namespace": "UNIQUE", "unique": {"base": "調和法杖"}}
@@ -3050,6 +3054,7 @@
30503054
{"name": "塔林的顫慄之語", "refName": "Taryn's Shiver", "namespace": "UNIQUE", "unique": {"base": "極寒長杖"}}
30513055
{"name": "血棘", "refName": "The Blood Thorn", "namespace": "UNIQUE", "unique": {"base": "纏繞細杖"}}
30523056
{"name": "暗影重擔", "refName": "The Burden of Shadows", "namespace": "UNIQUE", "unique": {"base": "鳴響長杖"}}
3057+
{"name": "狂舞德爾維希", "refName": "The Dancing Dervish", "namespace": "UNIQUE", "unique": {"base": "彎刀"}}
30533058
{"name": "黑暗玷汙者", "refName": "The Dark Defiler", "namespace": "UNIQUE", "unique": {"base": "雜響權杖"}}
30543059
{"name": "熾炎之使", "refName": "The Searing Touch", "namespace": "UNIQUE", "unique": {"base": "炎植長杖"}}
30553060
{"name": "哨兵", "refName": "The Sentry", "namespace": "UNIQUE", "unique": {"base": "歌德細杖"}}

0 commit comments

Comments
 (0)