Guest User

Untitled

a guest
Nov 29th, 2025
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. {
  2. "globals": {
  3. "file_source": "grid.json",
  4. "stratz_api_key": "N/A"
  5. },
  6. "result_paths": ["hero_grid_config.json"],
  7. "configs": [
  8. {
  9. "name": "d2grid",
  10. "columns": [
  11. { "x": 0.0, "width": 600.0, "width_heroes": 13 },
  12. { "x": 603, "width": 600.0, "width_heroes": 13 }
  13. ],
  14. "row_gap": 21.5,
  15. "categories": [
  16. {
  17. "name": "Strength",
  18. "source": "attr",
  19. "param": "str"
  20. },
  21. {
  22. "name": "Agility",
  23. "source": "attr",
  24. "param": "agi"
  25. },
  26. {
  27. "name": "Intelligence",
  28. "source": "attr",
  29. "param": "int"
  30. },
  31. {
  32. "name": "Universal",
  33. "source": "attr",
  34. "param": "all"
  35. },
  36. {
  37. "name": "Top 13 Carry",
  38. "source": "spectral",
  39. "param": { "top": 13, "position": "P1" }
  40. },
  41. {
  42. "name": "Top 13 Mid",
  43. "source": "spectral",
  44. "param": { "top": 13, "position": "P2" }
  45. },
  46. {
  47. "name": "Top 13 Offlane",
  48. "source": "spectral",
  49. "param": { "top": 13, "position": "P3" }
  50. },
  51. {
  52. "name": "Top 13 Soft Support",
  53. "source": "spectral",
  54. "param": { "top": 13, "position": "P4" }
  55. },
  56. {
  57. "name": "Top 13 Hard Support",
  58. "source": "spectral",
  59. "param": { "top": 13, "position": "P5" }
  60. }
  61. ]
  62. }
  63. ]
  64. }
Advertisement
Add Comment
Please, Sign In to add comment