@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.
Files changed (89) hide show
  1. package/.vscode/launch.json +20 -0
  2. package/README.md +1 -7
  3. package/package.json +3 -7
  4. package/.eslintrc.js +0 -59
  5. package/_config.yml +0 -1
  6. package/compile.js +0 -908
  7. package/docs/_config.yml +0 -1
  8. package/docs/armor.js +0 -134
  9. package/docs/drops/.vscode/extensions.json +0 -3
  10. package/docs/drops/README.md +0 -7
  11. package/docs/drops/dist/assets/index.12ae3c90.js +0 -6675
  12. package/docs/drops/dist/index.html +0 -10
  13. package/docs/drops/index.html +0 -23
  14. package/docs/drops/package-lock.json +0 -1143
  15. package/docs/drops/package.json +0 -17
  16. package/docs/drops/src/App.vue +0 -870
  17. package/docs/drops/src/main.js +0 -4
  18. package/docs/drops/vite.config.js +0 -8
  19. package/docs/drops.html +0 -10
  20. package/docs/effort.css +0 -118
  21. package/docs/effort.js +0 -367
  22. package/docs/elem-effort.html +0 -130
  23. package/docs/images/0-0.svg +0 -18
  24. package/docs/images/0-1.svg +0 -17
  25. package/docs/images/0-2.svg +0 -17
  26. package/docs/images/1-0.svg +0 -18
  27. package/docs/images/1-1.svg +0 -18
  28. package/docs/images/1-2.svg +0 -17
  29. package/docs/images/2-0.svg +0 -17
  30. package/docs/images/2-1.svg +0 -11
  31. package/docs/images/2-2.svg +0 -18
  32. package/docs/images/3-0.svg +0 -17
  33. package/docs/images/3-1.svg +0 -18
  34. package/docs/images/3-2.svg +0 -18
  35. package/docs/images/4-0.svg +0 -18
  36. package/docs/images/4-1.svg +0 -18
  37. package/docs/images/4-2.svg +0 -18
  38. package/docs/images/5-0.svg +0 -18
  39. package/docs/images/5-1.svg +0 -18
  40. package/docs/images/5-2.svg +0 -14
  41. package/docs/images/6-0.svg +0 -17
  42. package/docs/images/6-1.svg +0 -17
  43. package/docs/images/6-2.svg +0 -17
  44. package/docs/images/AmSkillicon.png +0 -0
  45. package/docs/images/AsSkillicon.png +0 -0
  46. package/docs/images/BaSkillicon.png +0 -0
  47. package/docs/images/DrSkillicon.png +0 -0
  48. package/docs/images/NeSkillicon.png +0 -0
  49. package/docs/images/PaSkillicon.png +0 -0
  50. package/docs/images/Skillicon.png +0 -0
  51. package/docs/images/SoSkillicon.png +0 -0
  52. package/docs/index.md +0 -5
  53. package/docs/items.html +0 -170
  54. package/docs/leveling/.vscode/extensions.json +0 -3
  55. package/docs/leveling/README.md +0 -7
  56. package/docs/leveling/dist/assets/index.f9765357.js +0 -1
  57. package/docs/leveling/dist/index.html +0 -24
  58. package/docs/leveling/index.html +0 -23
  59. package/docs/leveling/package-lock.json +0 -1143
  60. package/docs/leveling/package.json +0 -17
  61. package/docs/leveling/src/App.vue +0 -526
  62. package/docs/leveling/src/main.js +0 -4
  63. package/docs/leveling/vite.config.js +0 -8
  64. package/docs/runewords/.vscode/extensions.json +0 -3
  65. package/docs/runewords/README.md +0 -7
  66. package/docs/runewords/dist/assets/index.0838f27c.js +0 -6673
  67. package/docs/runewords/dist/assets/index.73bf3e23.css +0 -1
  68. package/docs/runewords/dist/index.html +0 -25
  69. package/docs/runewords/index.html +0 -23
  70. package/docs/runewords/package-lock.json +0 -1143
  71. package/docs/runewords/package.json +0 -17
  72. package/docs/runewords/src/App.vue +0 -781
  73. package/docs/runewords/src/main.js +0 -4
  74. package/docs/runewords/src/modorder.json +0 -234
  75. package/docs/runewords/vite.config.js +0 -8
  76. package/docs/skills.css +0 -1250
  77. package/docs/skills.html +0 -63
  78. package/docs/skills.js +0 -2192
  79. package/docs/vue-setup.js +0 -12
  80. package/docs/weapons.js +0 -149
  81. package/font-example.html +0 -34
  82. package/generatecsv.js +0 -64
  83. package/json/.gitkeep +0 -0
  84. package/json/base/.gitkeep +0 -0
  85. package/json/base/precalctc/.gitkeep +0 -0
  86. package/json/precalctc/.gitkeep +0 -0
  87. package/objext.js +0 -53
  88. package/precalctc.php +0 -318
  89. 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 d2_patch.mpq, as well as a couple of helpful extra files. Additional files that aren't directly based on existing .txt files are:
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.91737",
3
+ "version": "3.1.91738",
4
4
  "description": "",
5
- "main": "compile.js",
6
- "scripts": {
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