Skip to content

Commit

Permalink
Update to build 50570
Browse files Browse the repository at this point in the history
  • Loading branch information
Lothrik committed Mar 6, 2024
1 parent 757331d commit 7464403
Show file tree
Hide file tree
Showing 17 changed files with 258,993 additions and 1,318 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.2.49764-1
1.3.3.50570-1
256 changes: 128 additions & 128 deletions data/barbarian.js

Large diffs are not rendered by default.

762 changes: 495 additions & 267 deletions data/codex-of-power.js

Large diffs are not rendered by default.

490 changes: 245 additions & 245 deletions data/druid.js

Large diffs are not rendered by default.

510 changes: 255 additions & 255 deletions data/necromancer.js

Large diffs are not rendered by default.

312 changes: 156 additions & 156 deletions data/paragon.js

Large diffs are not rendered by default.

210 changes: 105 additions & 105 deletions data/rogue.js

Large diffs are not rendered by default.

308 changes: 154 additions & 154 deletions data/sorcerer.js

Large diffs are not rendered by default.

256,199 changes: 256,199 additions & 0 deletions database/build-50570.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions database/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const buildNumber = 49764;
const localVersion = `1.3.2.${buildNumber}-1`;
const buildNumber = 50570;
const localVersion = `1.3.3.${buildNumber}-1`;
var remoteVersion = "";
var versionInterval = null;

Expand Down
1,206 changes: 1,206 additions & 0 deletions history/49764-50570.html

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion history/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
</head>
<body>
<h1 id="header">Diablo 4 JSON History</h1>
<a href="49213-49764.html">49213 to 49764</a><div id="latest">&nbsp;(Latest)</div><br>
<a href="49764-50570.html">49764 to 50570</a><div id="latest">&nbsp;(Latest)</div><br>
<a href="49213-49764.html">49213 to 49764</a><br>
<a href="47954-49213.html">47954 to 49213</a><br>
<a href="47240-47954.html">47240 to 47954</a><br>
<a href="46666-47240.html">46666 to 47240</a><br>
Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1542,7 +1542,7 @@ function handleClampButton(event) {
function handleHistoryButton(event) {
window.open("./history/");
}
const localVersion = "1.3.2.49764-1";
const localVersion = "1.3.3.50570-1";
var remoteVersion = "";
var versionInterval = null;
function handleVersionLabel(event) {
Expand Down
8 changes: 7 additions & 1 deletion parser/codex-history.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,13 @@ let codexHistory = {
"Offensive: Beastfall Boots": 349,
"Offensive: Aspect of Shredding Blades": 350,
"Offensive: (PH) Split Incinerate Aspect": 351,
"Offensive: Starfall Coronet": 352
"Offensive: Starfall Coronet": 352,
"Utility: Hectic Aspect": 353,
"Defensive: Undying Aspect": 354,
"Offensive: Aspect of the Moonrise": 355,
"Mobility: Aspect of Metamorphosis": 356,
"Offensive: Aspect of Accursed Touch": 357,
"Offensive: Blood Boiling Aspect": 358
}

export { codexHistory };
34 changes: 34 additions & 0 deletions parser/codex-values.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ let codexValues = {
"values": [
""
]
},
"Undying Aspect": {
"dungeon": "",
"region": "",
"values": []
}
},
"Offensive": {
Expand Down Expand Up @@ -157,6 +162,23 @@ let codexValues = {
},
"Paingorger's Gauntlets": {
"values": []
},
"Aspect of the Moonrise": {
"dungeon": "",
"region": "",
"values": []
},
"Aspect of Accursed Touch": {
"dungeon": "",
"region": "",
"values": []
},
"Blood Boiling Aspect": {
"dungeon": "",
"region": "",
"values": [
""
]
}
},
"Utility": {
Expand Down Expand Up @@ -194,6 +216,11 @@ let codexValues = {
},
"Godslayer Crown": {
"values": []
},
"Hectic Aspect": {
"dungeon": "",
"region": "",
"values": []
}
},
"Resource": {
Expand Down Expand Up @@ -247,6 +274,13 @@ let codexValues = {
"dungeon": "",
"region": "",
"values": []
},
"Aspect of Metamorphosis": {
"dungeon": "",
"region": "",
"values": [
""
]
}
},
"Other": {}
Expand Down
3 changes: 2 additions & 1 deletion parser/node-history.js
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,8 @@ let nodeHistory = {
"Summoning: Gruesome Mending": 127,
"Summoning: Necrotic Carapace": 128,
"Ultimate: Inspiring Leader": 129,
"Key Passive: Kalan's Edict": 130
"Key Passive: Kalan's Edict": 130,
"Corruption: Death's Approach": 131
},
"Rogue": {
"Basic: Blade Shift": 0,
Expand Down
2 changes: 1 addition & 1 deletion parser/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { codexValues } from "./codex-values.js";

import { necromancerMinions } from "./necromancer-minions.js";

const buildNumber = 49764;
const buildNumber = 50570;

var fullJSON = "";
$.getJSON("../database/build-" + buildNumber + ".json", null, fullData => {
Expand Down

0 comments on commit 7464403

Please sign in to comment.