Skip to content

Commit

Permalink
Simplify JSON structure for marker data
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Aug 20, 2018
1 parent c50a440 commit da6f5b3
Show file tree
Hide file tree
Showing 16 changed files with 13,682 additions and 14,512 deletions.
50 changes: 23 additions & 27 deletions data/floor-00-markers.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,23 @@
{
"12512100": [
{
"description": "",
"icon": "down",
"x": 32070,
"y": 31165,
"z": 0
},
{
"description": "Levitate spot",
"icon": "down",
"x": 32087,
"y": 31185,
"z": 0
}
],
"12712400": [
{
"description": "Ore wagon",
"icon": "flag",
"x": 32577,
"y": 31928,
"z": 0
}
]
}
[
{
"description": "",
"icon": "down",
"x": 32070,
"y": 31165,
"z": 0
},
{
"description": "Levitate spot",
"icon": "down",
"x": 32087,
"y": 31185,
"z": 0
},
{
"description": "Ore wagon",
"icon": "flag",
"x": 32577,
"y": 31928,
"z": 0
}
]
240 changes: 114 additions & 126 deletions data/floor-01-markers.json
Original file line number Diff line number Diff line change
@@ -1,126 +1,114 @@
{
"12512101": [
{
"description": "",
"icon": "up",
"x": 32070,
"y": 31165,
"z": 1
},
{
"description": "Pile of bones (tinder box quest)",
"icon": "star",
"x": 32084,
"y": 31025,
"z": 1
},
{
"description": "Levitate spot",
"icon": "down",
"x": 32084,
"y": 31028,
"z": 1
},
{
"description": "Levitate spot",
"icon": "up",
"x": 32088,
"y": 31185,
"z": 1
},
{
"description": "Levitate spot",
"icon": "down",
"x": 32092,
"y": 31188,
"z": 1
}
],
"12612801": [
{
"description": "Levitate spot",
"icon": "down",
"x": 32417,
"y": 32777,
"z": 1
}
],
"12912401": [
{
"description": "Spectulus",
"icon": "mouth",
"x": 33268,
"y": 31832,
"z": 1
}
],
"13012101": [
{
"description": "Outfit chest; use 3× to get addons as well",
"icon": "flag",
"x": 33484,
"y": 31198,
"z": 1
},
{
"description": "Insectoid cell (gooey mass)",
"icon": "!",
"x": 33486,
"y": 31193,
"z": 1
},
{
"description": "",
"icon": "down",
"x": 33501,
"y": 31197,
"z": 1
}
],
"13112101": [
{
"description": "Insectoid monolith",
"icon": "star",
"x": 33576,
"y": 31218,
"z": 1
},
{
"description": "Insectoid monolith",
"icon": "star",
"x": 33591,
"y": 31227,
"z": 1
},
{
"description": "Insectoid cell (gooey mass)",
"icon": "!",
"x": 33604,
"y": 31223,
"z": 1
}
],
"13112201": [
{
"description": "",
"icon": "down",
"x": 33551,
"y": 31317,
"z": 1
},
{
"description": "",
"icon": "down",
"x": 33577,
"y": 31235,
"z": 1
},
{
"description": "Insectoid monolith",
"icon": "star",
"x": 33589,
"y": 31234,
"z": 1
}
]
}
[
{
"description": "",
"icon": "up",
"x": 32070,
"y": 31165,
"z": 1
},
{
"description": "Pile of bones (tinder box quest)",
"icon": "star",
"x": 32084,
"y": 31025,
"z": 1
},
{
"description": "Levitate spot",
"icon": "down",
"x": 32084,
"y": 31028,
"z": 1
},
{
"description": "Levitate spot",
"icon": "up",
"x": 32088,
"y": 31185,
"z": 1
},
{
"description": "Levitate spot",
"icon": "down",
"x": 32092,
"y": 31188,
"z": 1
},
{
"description": "Levitate spot",
"icon": "down",
"x": 32417,
"y": 32777,
"z": 1
},
{
"description": "Spectulus",
"icon": "mouth",
"x": 33268,
"y": 31832,
"z": 1
},
{
"description": "Outfit chest; use 3× to get addons as well",
"icon": "flag",
"x": 33484,
"y": 31198,
"z": 1
},
{
"description": "Insectoid cell (gooey mass)",
"icon": "!",
"x": 33486,
"y": 31193,
"z": 1
},
{
"description": "",
"icon": "down",
"x": 33501,
"y": 31197,
"z": 1
},
{
"description": "",
"icon": "down",
"x": 33551,
"y": 31317,
"z": 1
},
{
"description": "Insectoid monolith",
"icon": "star",
"x": 33576,
"y": 31218,
"z": 1
},
{
"description": "",
"icon": "down",
"x": 33577,
"y": 31235,
"z": 1
},
{
"description": "Insectoid monolith",
"icon": "star",
"x": 33589,
"y": 31234,
"z": 1
},
{
"description": "Insectoid monolith",
"icon": "star",
"x": 33591,
"y": 31227,
"z": 1
},
{
"description": "Insectoid cell (gooey mass)",
"icon": "!",
"x": 33604,
"y": 31223,
"z": 1
}
]
Loading

0 comments on commit da6f5b3

Please sign in to comment.