@blizzhackers/d2data 3.1.91737 → 3.1.91738
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.vscode/launch.json +20 -0
- package/README.md +1 -7
- package/package.json +3 -7
- package/.eslintrc.js +0 -59
- package/_config.yml +0 -1
- package/compile.js +0 -908
- package/docs/_config.yml +0 -1
- package/docs/armor.js +0 -134
- package/docs/drops/.vscode/extensions.json +0 -3
- package/docs/drops/README.md +0 -7
- package/docs/drops/dist/assets/index.12ae3c90.js +0 -6675
- package/docs/drops/dist/index.html +0 -10
- package/docs/drops/index.html +0 -23
- package/docs/drops/package-lock.json +0 -1143
- package/docs/drops/package.json +0 -17
- package/docs/drops/src/App.vue +0 -870
- package/docs/drops/src/main.js +0 -4
- package/docs/drops/vite.config.js +0 -8
- package/docs/drops.html +0 -10
- package/docs/effort.css +0 -118
- package/docs/effort.js +0 -367
- package/docs/elem-effort.html +0 -130
- package/docs/images/0-0.svg +0 -18
- package/docs/images/0-1.svg +0 -17
- package/docs/images/0-2.svg +0 -17
- package/docs/images/1-0.svg +0 -18
- package/docs/images/1-1.svg +0 -18
- package/docs/images/1-2.svg +0 -17
- package/docs/images/2-0.svg +0 -17
- package/docs/images/2-1.svg +0 -11
- package/docs/images/2-2.svg +0 -18
- package/docs/images/3-0.svg +0 -17
- package/docs/images/3-1.svg +0 -18
- package/docs/images/3-2.svg +0 -18
- package/docs/images/4-0.svg +0 -18
- package/docs/images/4-1.svg +0 -18
- package/docs/images/4-2.svg +0 -18
- package/docs/images/5-0.svg +0 -18
- package/docs/images/5-1.svg +0 -18
- package/docs/images/5-2.svg +0 -14
- package/docs/images/6-0.svg +0 -17
- package/docs/images/6-1.svg +0 -17
- package/docs/images/6-2.svg +0 -17
- package/docs/images/AmSkillicon.png +0 -0
- package/docs/images/AsSkillicon.png +0 -0
- package/docs/images/BaSkillicon.png +0 -0
- package/docs/images/DrSkillicon.png +0 -0
- package/docs/images/NeSkillicon.png +0 -0
- package/docs/images/PaSkillicon.png +0 -0
- package/docs/images/Skillicon.png +0 -0
- package/docs/images/SoSkillicon.png +0 -0
- package/docs/index.md +0 -5
- package/docs/items.html +0 -170
- package/docs/leveling/.vscode/extensions.json +0 -3
- package/docs/leveling/README.md +0 -7
- package/docs/leveling/dist/assets/index.f9765357.js +0 -1
- package/docs/leveling/dist/index.html +0 -24
- package/docs/leveling/index.html +0 -23
- package/docs/leveling/package-lock.json +0 -1143
- package/docs/leveling/package.json +0 -17
- package/docs/leveling/src/App.vue +0 -526
- package/docs/leveling/src/main.js +0 -4
- package/docs/leveling/vite.config.js +0 -8
- package/docs/runewords/.vscode/extensions.json +0 -3
- package/docs/runewords/README.md +0 -7
- package/docs/runewords/dist/assets/index.0838f27c.js +0 -6673
- package/docs/runewords/dist/assets/index.73bf3e23.css +0 -1
- package/docs/runewords/dist/index.html +0 -25
- package/docs/runewords/index.html +0 -23
- package/docs/runewords/package-lock.json +0 -1143
- package/docs/runewords/package.json +0 -17
- package/docs/runewords/src/App.vue +0 -781
- package/docs/runewords/src/main.js +0 -4
- package/docs/runewords/src/modorder.json +0 -234
- package/docs/runewords/vite.config.js +0 -8
- package/docs/skills.css +0 -1250
- package/docs/skills.html +0 -63
- package/docs/skills.js +0 -2192
- package/docs/vue-setup.js +0 -12
- package/docs/weapons.js +0 -149
- package/font-example.html +0 -34
- package/generatecsv.js +0 -64
- package/json/.gitkeep +0 -0
- package/json/base/.gitkeep +0 -0
- package/json/base/precalctc/.gitkeep +0 -0
- package/json/precalctc/.gitkeep +0 -0
- package/objext.js +0 -53
- package/precalctc.php +0 -318
- package/string.js +0 -93
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
// Use IntelliSense to learn about possible attributes.
|
|
3
|
+
// Hover to view descriptions of existing attributes.
|
|
4
|
+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
5
|
+
"version": "0.2.0",
|
|
6
|
+
"configurations": [
|
|
7
|
+
{
|
|
8
|
+
"name": "Listen for Xdebug",
|
|
9
|
+
"type": "php",
|
|
10
|
+
"request": "launch",
|
|
11
|
+
"port": 9003
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"name": "Run compile.js",
|
|
15
|
+
"type": "node",
|
|
16
|
+
"request": "launch",
|
|
17
|
+
"program": "${workspaceFolder}/compile.js"
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
}
|
package/README.md
CHANGED
|
@@ -1,12 +1,6 @@
|
|
|
1
1
|
# Diablo 2 Data Files
|
|
2
|
-
These files are the data from the .txt files from
|
|
3
|
-
|
|
4
|
-
## atomic.json
|
|
5
|
-
Atomic treasure classes that aren't explicitly listed in TreasureClassEx.txt. The numeric value for each is the rarity of the item.
|
|
2
|
+
These files are the data from the .txt files from the d2r casc, as well as a couple of helpful extra files. Additional files that aren't directly based on existing .txt files are:
|
|
6
3
|
|
|
7
4
|
## d2font.css
|
|
8
5
|
A tiny style sheet that adds the AvQuest font, and an 'avquest' class that applies the font and a couple additional styles that adjusts the font to look closer to diablo 2.
|
|
9
6
|
https://blizzhackers.github.io/d2data/css/d2font.css
|
|
10
|
-
|
|
11
|
-
# Examples
|
|
12
|
-
Examples on how to use this data exist at https://blizzhackers.github.io/d2data/
|
package/package.json
CHANGED
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blizzhackers/d2data",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.91738",
|
|
4
4
|
"description": "",
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"start": "node compile.js && node generatecsv.js"
|
|
8
|
-
},
|
|
9
|
-
"author": "",
|
|
10
|
-
"license": "ISC"
|
|
5
|
+
"author": "nishimura-katsuo",
|
|
6
|
+
"license": "MIT"
|
|
11
7
|
}
|
package/.eslintrc.js
DELETED
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
// Standard Formatting rules for Kolbot scripts
|
|
2
|
-
// Compatible with ESLint plugin
|
|
3
|
-
|
|
4
|
-
module.exports = {
|
|
5
|
-
"root": true,
|
|
6
|
-
"extends": "eslint:recommended",
|
|
7
|
-
"parserOptions": {
|
|
8
|
-
"ecmaVersion": 2019,
|
|
9
|
-
"sourceType": "module",
|
|
10
|
-
},
|
|
11
|
-
"env": {
|
|
12
|
-
"es6": true,
|
|
13
|
-
"browser": true,
|
|
14
|
-
"node": true,
|
|
15
|
-
},
|
|
16
|
-
"rules": {
|
|
17
|
-
// enable additional rules
|
|
18
|
-
"indent": ["warn", "tab"],
|
|
19
|
-
"linebreak-style": ["warn", "unix"],
|
|
20
|
-
"semi": ["error", "always"],
|
|
21
|
-
"comma-spacing": ["error", {"before": false, "after": true}],
|
|
22
|
-
"keyword-spacing": ["error", {"before": true, "after": true}],
|
|
23
|
-
"brace-style": ["error", "1tbs", { "allowSingleLine": false }],
|
|
24
|
-
"padding-line-between-statements": ["error",
|
|
25
|
-
{"blankLine": "always", "prev": "*", "next": ["return", "block-like"]},
|
|
26
|
-
{"blankLine": "always", "prev": ["return", "block-like"], "next": "*"},
|
|
27
|
-
],
|
|
28
|
-
"space-infix-ops": "error",
|
|
29
|
-
"space-unary-ops": "error",
|
|
30
|
-
"arrow-spacing": "error",
|
|
31
|
-
"space-before-function-paren": ["error", "always"],
|
|
32
|
-
"space-before-blocks": "error",
|
|
33
|
-
"key-spacing": ["error", { "beforeColon": false, "afterColon": true}],
|
|
34
|
-
"no-mixed-spaces-and-tabs": "error",
|
|
35
|
-
"no-trailing-spaces": "warn",
|
|
36
|
-
"no-whitespace-before-property": "error",
|
|
37
|
-
"comma-style": ["error", "last"],
|
|
38
|
-
"eol-last": ["error", "always"],
|
|
39
|
-
"block-scoped-var": "error",
|
|
40
|
-
"curly": "error",
|
|
41
|
-
"default-case": "warn",
|
|
42
|
-
"dot-notation": "warn",
|
|
43
|
-
"eqeqeq": "error",
|
|
44
|
-
"no-caller": "error",
|
|
45
|
-
"no-floating-decimal": "error",
|
|
46
|
-
"no-multi-spaces": "error",
|
|
47
|
-
"no-self-compare": "error",
|
|
48
|
-
"no-with": "warn",
|
|
49
|
-
"no-shadow": "warn",
|
|
50
|
-
"no-use-before-define": "warn",
|
|
51
|
-
"quotes": ["error", "single"],
|
|
52
|
-
"no-var": "warn",
|
|
53
|
-
"no-constant-condition": ["error", { "checkLoops": false }],
|
|
54
|
-
"no-unused-labels": "off",
|
|
55
|
-
"no-unused-vars": "warn",
|
|
56
|
-
"no-fallthrough": "off",
|
|
57
|
-
"no-console": "off",
|
|
58
|
-
}
|
|
59
|
-
};
|
package/_config.yml
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
theme: jekyll-theme-cayman
|