@@ -35,6 +35,7 @@ const defaultSkillTree: Jagex.Hiscores.PlayerSkills = {
3535 divination : { rank : 0 , level : 1 , experience : 0 } ,
3636 invention : { rank : 0 , level : 1 , experience : 0 } ,
3737 archaeology : { rank : 0 , level : 1 , experience : 0 } ,
38+ necromancy : { rank : 0 , level : 1 , experience : 0 } ,
3839}
3940const separateIntoLines = ( jagexPlayer : string ) : string [ ] => {
4041 return jagexPlayer . split ( "\n" )
@@ -172,6 +173,7 @@ const formatOSRSSkills = (skillsArray: string[]) => {
172173 runecrafting : { rank : 0 , level : 1 , experience : 0 } ,
173174 hunter : { rank : 0 , level : 1 , experience : 0 } ,
174175 construction : { rank : 0 , level : 1 , experience : 0 } ,
176+ sailing : { rank : 0 , level : 1 , experience : 0 } ,
175177 }
176178
177179 osrs . hiscores . skills . map ( ( skillName , index ) => {
@@ -187,9 +189,13 @@ const formatOSRSSkills = (skillsArray: string[]) => {
187189}
188190const formatOSRSActivities = ( activitiesArray : string [ ] ) => {
189191 const activities : Jagex . Hiscores . OSRSPlayerActivites = {
192+ grid_points : { rank : 0 , count : 0 } ,
190193 league_points : { rank : 0 , count : 0 } ,
194+ deadman_points : { rank : 0 , count : 0 } ,
191195 bounty_hunter_hunter : { rank : 0 , count : 0 } ,
192196 bounty_hunter_rogue : { rank : 0 , count : 0 } ,
197+ bounty_hunter_hunter_legacy : { rank : 0 , count : 0 } ,
198+ bounty_hunter_rogue_legacy : { rank : 0 , count : 0 } ,
193199 clue_scrolls_all : { rank : 0 , count : 0 } ,
194200 clue_scrolls_beginner : { rank : 0 , count : 0 } ,
195201 clue_scrolls_easy : { rank : 0 , count : 0 } ,
@@ -198,6 +204,11 @@ const formatOSRSActivities = (activitiesArray: string[]) => {
198204 clue_scrolls_elite : { rank : 0 , count : 0 } ,
199205 clue_scrolls_master : { rank : 0 , count : 0 } ,
200206 last_man_standing : { rank : 0 , count : 0 } ,
207+ pvp_arena : { rank : 0 , count : 0 } ,
208+ soul_wars : { rank : 0 , count : 0 } ,
209+ rifts_closed : { rank : 0 , count : 0 } ,
210+ colosseum_glory : { rank : 0 , count : 0 } ,
211+ collections_logged : { rank : 0 , count : 0 } ,
201212 }
202213
203214 osrs . hiscores . activities . map ( ( activityName , index ) => {
@@ -211,9 +222,14 @@ const formatOSRSBosses = (activitiesArray: string[]) => {
211222 const bosses : Jagex . Hiscores . OSRSPlayerBosses = {
212223 abyssal_sire : { rank : 0 , count : 0 } ,
213224 alchemical_hydra : { rank : 0 , count : 0 } ,
225+ amoxliatl : { rank : 0 , count : 0 } ,
226+ araxxor : { rank : 0 , count : 0 } ,
227+ artio : { rank : 0 , count : 0 } ,
214228 barrows_chests : { rank : 0 , count : 0 } ,
229+ brutus : { rank : 0 , count : 0 } ,
215230 bryophyta : { rank : 0 , count : 0 } ,
216231 callisto : { rank : 0 , count : 0 } ,
232+ cal_varion : { rank : 0 , count : 0 } ,
217233 cerberus : { rank : 0 , count : 0 } ,
218234 chambers_of_xeric : { rank : 0 , count : 0 } ,
219235 chambers_of_xeric_challenge_mode : { rank : 0 , count : 0 } ,
@@ -226,6 +242,8 @@ const formatOSRSBosses = (activitiesArray: string[]) => {
226242 dagannoth_rex : { rank : 0 , count : 0 } ,
227243 dagannoth_supreme : { rank : 0 , count : 0 } ,
228244 deranged_archaeologist : { rank : 0 , count : 0 } ,
245+ doom_of_Mokhaiotl : { rank : 0 , count : 0 } ,
246+ duke_sucellus : { rank : 0 , count : 0 } ,
229247 general_graardor : { rank : 0 , count : 0 } ,
230248 giant_mole : { rank : 0 , count : 0 } ,
231249 grotesque_guardians : { rank : 0 , count : 0 } ,
@@ -236,21 +254,38 @@ const formatOSRSBosses = (activitiesArray: string[]) => {
236254 kreearra : { rank : 0 , count : 0 } ,
237255 kril_tsutsaroth : { rank : 0 , count : 0 } ,
238256 mimic : { rank : 0 , count : 0 } ,
257+ nex : { rank : 0 , count : 0 } ,
239258 nightmare : { rank : 0 , count : 0 } ,
259+ phosanis_nightmare : { rank : 0 , count : 0 } ,
240260 obor : { rank : 0 , count : 0 } ,
261+ phantom_muspah : { rank : 0 , count : 0 } ,
241262 sarachnis : { rank : 0 , count : 0 } ,
242263 scorpia : { rank : 0 , count : 0 } ,
264+ scurrius : { rank : 0 , count : 0 } ,
265+ shellbane_gryphon : { rank : 0 , count : 0 } ,
243266 skotizo : { rank : 0 , count : 0 } ,
267+ sol_heredit : { rank : 0 , count : 0 } ,
268+ spindel : { rank : 0 , count : 0 } ,
269+ tempeross : { rank : 0 , count : 0 } ,
244270 the_gauntlet : { rank : 0 , count : 0 } ,
245271 the_corrupted_gauntlet : { rank : 0 , count : 0 } ,
272+ the_hueycoatl : { rank : 0 , count : 0 } ,
273+ the_leviathan : { rank : 0 , count : 0 } ,
274+ the_royal_titans : { rank : 0 , count : 0 } ,
275+ the_whisperer : { rank : 0 , count : 0 } ,
246276 theatre_of_blood : { rank : 0 , count : 0 } ,
277+ theatre_of_blood_hard_mode : { rank : 0 , count : 0 } ,
247278 thermonuclear_smoke_devil : { rank : 0 , count : 0 } ,
279+ tombs_of_amascut : { rank : 0 , count : 0 } ,
280+ tombs_of_amascut_expert_mode : { rank : 0 , count : 0 } ,
248281 tzkal_zuk : { rank : 0 , count : 0 } ,
249282 tztok_jad : { rank : 0 , count : 0 } ,
283+ vardorvis : { rank : 0 , count : 0 } ,
250284 venenatis : { rank : 0 , count : 0 } ,
251285 vetion : { rank : 0 , count : 0 } ,
252286 vorkath : { rank : 0 , count : 0 } ,
253287 wintertodt : { rank : 0 , count : 0 } ,
288+ yama : { rank : 0 , count : 0 } ,
254289 zalcano : { rank : 0 , count : 0 } ,
255290 zulrah : { rank : 0 , count : 0 } ,
256291 }
@@ -274,8 +309,8 @@ export const parseJagexOSRSPlayerToJSON = (
274309 const [ bossesStartIndex , bossesEndIndex ] = [
275310 osrs . hiscores . skills . length + osrs . hiscores . activities . length ,
276311 osrs . hiscores . skills . length +
277- osrs . hiscores . activities . length +
278- osrs . hiscores . bosses . length ,
312+ osrs . hiscores . activities . length +
313+ osrs . hiscores . bosses . length ,
279314 ]
280315
281316 const activities = formatOSRSActivities ( [
0 commit comments