Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "globals": {
- "file_source": "grid.json",
- "stratz_api_key": "N/A"
- },
- "result_paths": ["hero_grid_config.json"],
- "configs": [
- {
- "name": "d2grid",
- "columns": [
- { "x": 0.0, "width": 600.0, "width_heroes": 13 },
- { "x": 603, "width": 600.0, "width_heroes": 13 }
- ],
- "row_gap": 21.5,
- "categories": [
- {
- "name": "Strength",
- "source": "attr",
- "param": "str"
- },
- {
- "name": "Agility",
- "source": "attr",
- "param": "agi"
- },
- {
- "name": "Intelligence",
- "source": "attr",
- "param": "int"
- },
- {
- "name": "Universal",
- "source": "attr",
- "param": "all"
- },
- {
- "name": "Top 13 Carry",
- "source": "spectral",
- "param": { "top": 13, "position": "P1" }
- },
- {
- "name": "Top 13 Mid",
- "source": "spectral",
- "param": { "top": 13, "position": "P2" }
- },
- {
- "name": "Top 13 Offlane",
- "source": "spectral",
- "param": { "top": 13, "position": "P3" }
- },
- {
- "name": "Top 13 Soft Support",
- "source": "spectral",
- "param": { "top": 13, "position": "P4" }
- },
- {
- "name": "Top 13 Hard Support",
- "source": "spectral",
- "param": { "top": 13, "position": "P5" }
- }
- ]
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment