Skip to content

Commit

Permalink
update data
Browse files Browse the repository at this point in the history
  • Loading branch information
SnosMe committed Apr 9, 2023
1 parent 2fcbfa1 commit 48aeeb4
Show file tree
Hide file tree
Showing 8 changed files with 734 additions and 482 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.20.10008",
"version": "3.21.10001",
"private": true,
"scripts": {
"dev": "node build/script.mjs",
Expand Down
96 changes: 59 additions & 37 deletions renderer/public/data/cmn-Hant/items.ndjson

Large diffs are not rendered by default.

422 changes: 201 additions & 221 deletions renderer/public/data/cmn-Hant/stats.ndjson

Large diffs are not rendered by default.

96 changes: 59 additions & 37 deletions renderer/public/data/en/items.ndjson

Large diffs are not rendered by default.

236 changes: 172 additions & 64 deletions renderer/public/data/en/stats.ndjson

Large diffs are not rendered by default.

30 changes: 10 additions & 20 deletions renderer/public/data/item-drop.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
{
"query": [
"ITEM::Splinter of Uul-Netol",
"ITEM::Uul-Netol's Breachstone",
"ITEM::Uul-Netol's Charged Breachstone",
"ITEM::Uul-Netol's Enriched Breachstone",
"ITEM::Uul-Netol's Pure Breachstone"
"ITEM::Uul-Netol's Breachstone"
],
"items": [
"ITEM::Blessing of Uul-Netol",
"ITEM::Uul-Netol's Flawless Breachstone",
"UNIQUE::The Infinite Pursuit // Goliath Greaves",
"UNIQUE::Uul-Netol's Kiss // Labrys",
"UNIQUE::The Anticipation // Ezomyte Tower Shield"
Expand All @@ -17,13 +15,11 @@
{
"query": [
"ITEM::Splinter of Xoph",
"ITEM::Xoph's Breachstone",
"ITEM::Xoph's Charged Breachstone",
"ITEM::Xoph's Enriched Breachstone",
"ITEM::Xoph's Pure Breachstone"
"ITEM::Xoph's Breachstone"
],
"items": [
"ITEM::Blessing of Xoph",
"ITEM::Xoph's Flawless Breachstone",
"UNIQUE::The Formless Flame // Siege Helmet",
"UNIQUE::Xoph's Heart // Amber Amulet",
"UNIQUE::Xoph's Inception // Bone Bow",
Expand All @@ -33,13 +29,11 @@
{
"query": [
"ITEM::Splinter of Tul",
"ITEM::Tul's Breachstone",
"ITEM::Tul's Charged Breachstone",
"ITEM::Tul's Enriched Breachstone",
"ITEM::Tul's Pure Breachstone"
"ITEM::Tul's Breachstone"
],
"items": [
"ITEM::Blessing of Tul",
"ITEM::Tul's Flawless Breachstone",
"UNIQUE::Tulborn // Spiraled Wand",
"UNIQUE::The Halcyon // Jade Amulet",
"UNIQUE::The Snowblind Grace // Coronal Leather",
Expand All @@ -49,13 +43,11 @@
{
"query": [
"ITEM::Splinter of Esh",
"ITEM::Esh's Breachstone",
"ITEM::Esh's Charged Breachstone",
"ITEM::Esh's Enriched Breachstone",
"ITEM::Esh's Pure Breachstone"
"ITEM::Esh's Breachstone"
],
"items": [
"ITEM::Blessing of Esh",
"ITEM::Esh's Flawless Breachstone",
"UNIQUE::Voice of the Storm // Lapis Amulet",
"UNIQUE::Hand of Thought and Motion // Blinder",
"UNIQUE::Esh's Mirror // Thorium Spirit Shield",
Expand All @@ -65,13 +57,11 @@
{
"query": [
"ITEM::Splinter of Chayula",
"ITEM::Chayula's Breachstone",
"ITEM::Chayula's Charged Breachstone",
"ITEM::Chayula's Enriched Breachstone",
"ITEM::Chayula's Pure Breachstone"
"ITEM::Chayula's Breachstone"
],
"items": [
"ITEM::Blessing of Chayula",
"ITEM::Chayula's Flawless Breachstone",
"UNIQUE::Skin of the Loyal // Simple Robe, 6L",
"UNIQUE::Severed in Sleep // Cutlass",
"UNIQUE::The Blue Dream // Cobalt Jewel",
Expand Down
98 changes: 60 additions & 38 deletions renderer/public/data/ru/items.ndjson

Large diffs are not rendered by default.

236 changes: 172 additions & 64 deletions renderer/public/data/ru/stats.ndjson

Large diffs are not rendered by default.

0 comments on commit 48aeeb4

Please sign in to comment.