Skip to content

Commit

Permalink
feat(tiles): update the leviathan, add lightning/boulder tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiegyoung committed Dec 17, 2023
1 parent 19b93c3 commit 81da600
Showing 1 changed file with 39 additions and 2 deletions.
41 changes: 39 additions & 2 deletions src/tiles/the leviathan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@
"name": "The Leviathan",
"thumbnail": "https://oldschool.runescape.wiki/images/thumb/The_Leviathan.png/120px-The_Leviathan.png",
"wiki": "https://oldschool.runescape.wiki/w/The_Leviathan",
"tags": ["dt2", "desert treasure", "boss"],
"tags": [
"dt2",
"desert treasure",
"boss"
],
"recommendedGuideVideoId": "DHaj1zUuE1M",
"source": {
"name": "TheEdB0ys - OSRS Leviathan Full Guide | How I Fight Leviathan OSRS",
"link": "https://www.youtube.com/watch?v=DHaj1zUuE1M"
"link": "https://www.youtube.com/watch?v=DHaj1zUuE1M",
"modified": "Added lightening and boulder tiles"
},
"tiles": [
{
Expand Down Expand Up @@ -211,6 +216,38 @@
"regionY": 38,
"z": 0,
"color": "#61CCFF31"
},
{
"regionId": 8291,
"regionX": 33,
"regionY": 43,
"z": 0,
"color": "#64FFFFFF",
"label": "Boulder"
},
{
"regionId": 8291,
"regionX": 33,
"regionY": 29,
"z": 0,
"color": "#64FFFFFF",
"label": "Boulder"
},
{
"regionId": 8291,
"regionX": 25,
"regionY": 36,
"z": 0,
"color": "#64FFFFFF",
"label": "Lightning"
},
{
"regionId": 8291,
"regionX": 41,
"regionY": 36,
"z": 0,
"color": "#64FFFFFF",
"label": "Lightning"
}
]
}

1 comment on commit 81da600

@vercel
Copy link

@vercel vercel bot commented on 81da600 Dec 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.