Add support for PvP Arena activity

This commit is contained in:
David Vorona
2022-07-15 14:11:02 -07:00
parent eebf76a34c
commit 2877b9c8a1
7 changed files with 16 additions and 2 deletions

View File

@@ -87,6 +87,7 @@ test('Parse CSV to json', () => {
392,250
1,6143
4814,898
13,4057
37,225
25,1110
382,2780
@@ -171,6 +172,7 @@ test('Parse CSV to json', () => {
rogue: { rank: 89912, score: 37 }
},
lastManStanding: { rank: 4814, score: 898 },
pvpArena: { rank: 13, score: 4057 },
soulWarsZeal: { rank: 37, score: 225 },
riftsClosed: { rank: 25, score: 1110 },
clues: {

View File

@@ -75,6 +75,10 @@
.lmsrank:before {
content: url('https://www.runescape.com/img/rsp777/game_icon_lmsrank.png?2');
}
.pvparenarank:before {
content: url('https://www.runescape.com/img/rsp777/game_icon_pvparenarank.png?2');
}
.soulwarszeal:before {
content: url('https://www.runescape.com/img/rsp777/game_icon_soulwarszeal.png?2');

View File

@@ -82,4 +82,5 @@
-1,-1
-1,-1
-1,-1
-1,-1
-1,-1
Can't render this file because it has a wrong number of fields in line 25.