Skip to content

Commit

Permalink
update data for 3.25
Browse files Browse the repository at this point in the history
  • Loading branch information
SnosMe committed Jul 28, 2024
1 parent dc31ff8 commit b9ae476
Show file tree
Hide file tree
Showing 12 changed files with 3,093 additions and 3,019 deletions.
2 changes: 1 addition & 1 deletion main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "awakened-poe-trade",
"version": "3.24.10004",
"version": "3.25.101",
"private": true,
"scripts": {
"dev": "node build/script.mjs",
Expand Down
4 changes: 2 additions & 2 deletions renderer/public/data/cmn-Hant/client_strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ export default {
SHAPER_MODS: ['塑者之', '塑者的'],
ELDER_MODS: ['尊師之', '尊師的'],
CRUSADER_MODS: ['聖戰士的', '聖戰士之'],
HUNTER_MODS: ['狩獵者的', '狩獵者之', '獵殺之'],
REDEEMER_MODS: ['救贖者之', '救贖者的'],
HUNTER_MODS: ['狩獵者的', '狩獵者之', '狩獵之'],
REDEEMER_MODS: ['救贖者之', '救贖者的', '救贖之'],
WARLORD_MODS: ['督軍的', '總督軍的', '征服之'],
DELVE_MODS: ['地下的', '地下之', '地底之'],
VEILED_MODS: ['被選召的', '教團之'],
Expand Down
359 changes: 247 additions & 112 deletions renderer/public/data/cmn-Hant/items.ndjson

Large diffs are not rendered by default.

1,272 changes: 574 additions & 698 deletions renderer/public/data/cmn-Hant/stats.ndjson

Large diffs are not rendered by default.

347 changes: 241 additions & 106 deletions renderer/public/data/en/items.ndjson

Large diffs are not rendered by default.

1,130 changes: 508 additions & 622 deletions renderer/public/data/en/stats.ndjson

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions renderer/public/data/item-drop.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
"items": [
"ITEM::Reflective Oil",
"ITEM::Tainted Oil",
"ITEM::Oil Extractor"
"ITEM::Prismatic Oil"
]
},
{
Expand Down Expand Up @@ -661,7 +661,7 @@
"ITEM::Orb of Fusing",
"ITEM::Omen of Connections",
"ITEM::Bestiary Scarab of the Shadowed Crow",
"CAPTURED_BEAST::The Black Mórrigan",
"CAPTURED_BEAST::Black Mórrigan",
"CAPTURED_BEAST::Craicic Sand Spitter"
],
"items": []
Expand Down
355 changes: 245 additions & 110 deletions renderer/public/data/ko/items.ndjson

Large diffs are not rendered by default.

1,138 changes: 512 additions & 626 deletions renderer/public/data/ko/stats.ndjson

Large diffs are not rendered by default.

363 changes: 249 additions & 114 deletions renderer/public/data/ru/items.ndjson

Large diffs are not rendered by default.

1,136 changes: 511 additions & 625 deletions renderer/public/data/ru/stats.ndjson

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion renderer/src/web/price-check/filters/pseudo/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ const PSEUDO_RULES: PseudoRule[] = [
pseudo: stat('+#% total Critical Strike Chance for Spells'),
replaces: 'global_crit_chance',
stats: [
{ ref: stat('#% increased Critical Strike Chance for Spells'), required: true },
{ ref: stat('#% increased Spell Critical Strike Chance'), required: true },
{ ref: stat('#% increased Global Critical Strike Chance') }
]
},
Expand Down

0 comments on commit b9ae476

Please sign in to comment.