Skip to content

Commit

Permalink
feat: Add names to COTL lootrun tasks (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofbolyai authored Aug 6, 2024
1 parent c3d8974 commit 549d1be
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 62 deletions.
131 changes: 70 additions & 61 deletions Data-Storage/lootrun_tasks_named.json
Original file line number Diff line number Diff line change
Expand Up @@ -766,138 +766,147 @@
"canyonOfTheLostExcursion": [
{
"location": {
"x": 438,
"y": 72,
"z": -4391
"x": 292,
"y": 136,
"z": -4686
},
"name": "Task #1",
"taskType": "slay"
"name": "Canyon Fortress",
"taskType": "destroy"
},
{
"location": {
"x": 306,
"y": 93,
"z": -4980
},
"name": "Task #2",
"name": "Wizard Tower",
"taskType": "slay"
},
{
"location": {
"x": 292,
"y": 136,
"z": -4686
"x": 323,
"y": 65,
"z": -4633
},
"name": "Task #3",
"taskType": "destroy"
"name": "Runaway Fleris Cranny",
"taskType": "loot"
},
{
"location": {
"x": 385,
"y": 28,
"z": -4896
"x": 330,
"y": 64,
"z": -4916
},
"name": "Task #4",
"taskType": "defend"
"name": "Rocky Peril",
"taskType": "loot"
},
{
"location": {
"x": 334,
"y": 81,
"z": -4515
},
"name": "The Pit",
"taskType": "slay"
},
{
"location": {
"x": 346,
"y": 31,
"z": -4606
},
"name": "Task #5",
"name": "Burning Delve",
"taskType": "loot"
},
{
"location": {
"x": 632,
"y": 44,
"z": -4947
"x": 385,
"y": 28,
"z": -4896
},
"name": "Task #6",
"taskType": "loot"
"name": "Farmland",
"taskType": "defend"
},
{
"location": {
"x": 638,
"y": 54,
"z": -4719
"x": 438,
"y": 72,
"z": -4391
},
"name": "Task #7",
"taskType": "loot"
"name": "Mountain Edge",
"taskType": "slay"
},
{
"location": {
"x": 622,
"x": 474,
"y": 28,
"z": -4695
"z": -4995
},
"name": "Task #8",
"taskType": "loot"
"name": "Krolton's Cave",
"taskType": "destroy"
},
{
"location": {
"x": 334,
"y": 81,
"z": -4515
"x": 526,
"y": 110,
"z": -4801
},
"name": "Task #9",
"taskType": "slay"
"name": "Bantisu Temple",
"taskType": "defend"
},
{
"location": {
"x": 330,
"y": 64,
"z": -4916
"x": 535,
"y": 50,
"z": -4448
},
"name": "Task #10",
"taskType": "loot"
"name": "The Colossus",
"taskType": "slay"
},
{
"location": {
"x": 537,
"y": 24,
"z": -4932
},
"name": "Task #11",
"name": "Air Temple Cavern",
"taskType": "slay"
},
{
"location": {
"x": 474,
"y": 28,
"z": -4995
"x": 590,
"y": 25,
"z": -4625
},
"name": "Task #12",
"taskType": "destroy"
"name": "Demolition Derby",
"taskType": "loot"
},
{
"location": {
"x": 526,
"y": 110,
"z": -4801
"x": 622,
"y": 28,
"z": -4695
},
"name": "Task #13",
"taskType": "defend"
"name": "Chiseler's Cavern",
"taskType": "loot"
},
{
"location": {
"x": 323,
"y": 65,
"z": -4633
"x": 632,
"y": 44,
"z": -4947
},
"name": "Task #14",
"name": "Voltaic Crag",
"taskType": "loot"
},
{
"location": {
"x": 535,
"y": 50,
"z": -4448
"x": 638,
"y": 54,
"z": -4719
},
"name": "Task #15",
"taskType": "slay"
"name": "Seismic Bore Hole",
"taskType": "loot"
}
]
}
2 changes: 1 addition & 1 deletion Data-Storage/urls.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
},
{
"id": "dataStaticLootrunTasksNamed",
"md5": "07f3c71c201c306c1fbfc3ba5c73f518",
"md5": "c147221c93bfe0771cf0cd81c4d929c1",
"url": "https://raw.githubusercontent.com/Wynntils/Static-Storage/main/Data-Storage/lootrun_tasks_named.json"
},
{
Expand Down

0 comments on commit 549d1be

Please sign in to comment.