mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2025-10-30 14:17:55 +00:00
* [PoE2] - Controlled metamorphisis shouldn't be ring size and up #397
* [Not Recognized Modifier] - quality on wand #398
* Wrong search parameters set for belt, generates negative min value #412
* Add Hybrid potential note to T1 tag #410
* Option to always show tiers #385
* Add oils to anoints #419
* Add deprecated notice
* better handling for hybrids
* Add corruption tags for those enchants #420
* Make normal rarity filter visible when applicable #408
* Fixes some tiers not showing due to being too high
* Add good crafting base items (magic) #423
* #424
* Should only be able to fill runes on a corrupted item that it has sockets #422
* fix crash for undefined error
* Adds hybrids to hybrid note
* Disable internal tradeIds for unique items #409
* fix empty mod always on
* [Parse Error] - Expedition logbook #318
* correct area level floors
* Request: add option for currency ratio. #396
* Fix add enchants to hover items
* Add sources for dps numbers
* Fix crit hit chance sources
* Revert "Add sources for dps numbers"
This reverts commit f1bbcc24a2.
* Change specific better ones
* bugfix/ubuntu/Fix widget area coordinates and size using primary display scale factor (#433)
* Multiplying widget are coordinates by the display scale factor
* Adding switch statement for handling linxu case properly
* adding missing default treshold
* Update main/src/windowing/WidgetAreaTracker.ts
* Handle not on primary display case
* rename
---------
Co-authored-by: kvan7 <kvan.valve@gmail.com>
* Fixes #435
* Fixes: #436
* Seems to mostly fix tiers
* use ref again
* fix unique items broken in other languages
* Add max tier to show all tiers
* fixes some missing tiers
* fix corruption enchant tag again
* version bump
11 lines
280 B
Bash
11 lines
280 B
Bash
|
|
|
|
supported_languages=("en" "ru" "ko" "cmn-Hant" "ja" "de" "es")
|
|
|
|
for lang in "${supported_languages[@]}"; do
|
|
echo "Copying $lang"
|
|
cp -R ./vendor/client/pyDumps/$lang/* ./data/$lang/
|
|
done
|
|
|
|
echo "Copying Generic Data"
|
|
cp -R ./vendor/client/pyDumps/generic/* ./data/generic/ |