http-api, rl-client: add phosani's nightmare to hiscores
This commit is contained in:
@@ -94,6 +94,7 @@ public class HiscoreResult
|
|||||||
private Skill krilTsutsaroth;
|
private Skill krilTsutsaroth;
|
||||||
private Skill mimic;
|
private Skill mimic;
|
||||||
private Skill nightmare;
|
private Skill nightmare;
|
||||||
|
private Skill phosanisNightmare;
|
||||||
private Skill obor;
|
private Skill obor;
|
||||||
private Skill sarachnis;
|
private Skill sarachnis;
|
||||||
private Skill scorpia;
|
private Skill scorpia;
|
||||||
@@ -245,6 +246,8 @@ public class HiscoreResult
|
|||||||
return mimic;
|
return mimic;
|
||||||
case NIGHTMARE:
|
case NIGHTMARE:
|
||||||
return nightmare;
|
return nightmare;
|
||||||
|
case PHOSANIS_NIGHTMARE:
|
||||||
|
return phosanisNightmare;
|
||||||
case OBOR:
|
case OBOR:
|
||||||
return obor;
|
return obor;
|
||||||
case SARACHNIS:
|
case SARACHNIS:
|
||||||
|
|||||||
@@ -119,6 +119,7 @@ class HiscoreResultBuilder
|
|||||||
hiscoreResult.setKrilTsutsaroth(skills.get(index++));
|
hiscoreResult.setKrilTsutsaroth(skills.get(index++));
|
||||||
hiscoreResult.setMimic(skills.get(index++));
|
hiscoreResult.setMimic(skills.get(index++));
|
||||||
hiscoreResult.setNightmare(skills.get(index++));
|
hiscoreResult.setNightmare(skills.get(index++));
|
||||||
|
hiscoreResult.setPhosanisNightmare(skills.get(index++));
|
||||||
hiscoreResult.setObor(skills.get(index++));
|
hiscoreResult.setObor(skills.get(index++));
|
||||||
hiscoreResult.setSarachnis(skills.get(index++));
|
hiscoreResult.setSarachnis(skills.get(index++));
|
||||||
hiscoreResult.setScorpia(skills.get(index++));
|
hiscoreResult.setScorpia(skills.get(index++));
|
||||||
@@ -127,10 +128,7 @@ class HiscoreResultBuilder
|
|||||||
hiscoreResult.setGauntlet(skills.get(index++));
|
hiscoreResult.setGauntlet(skills.get(index++));
|
||||||
hiscoreResult.setCorruptedGauntlet(skills.get(index++));
|
hiscoreResult.setCorruptedGauntlet(skills.get(index++));
|
||||||
hiscoreResult.setTheatreOfBlood(skills.get(index++));
|
hiscoreResult.setTheatreOfBlood(skills.get(index++));
|
||||||
if (skills.size() >= 82)
|
hiscoreResult.setTheatreOfBloodHardMode(skills.get(index++));
|
||||||
{
|
|
||||||
hiscoreResult.setTheatreOfBloodHardMode(skills.get(index++));
|
|
||||||
}
|
|
||||||
hiscoreResult.setThermonuclearSmokeDevil(skills.get(index++));
|
hiscoreResult.setThermonuclearSmokeDevil(skills.get(index++));
|
||||||
hiscoreResult.setTzKalZuk(skills.get(index++));
|
hiscoreResult.setTzKalZuk(skills.get(index++));
|
||||||
hiscoreResult.setTzTokJad(skills.get(index++));
|
hiscoreResult.setTzTokJad(skills.get(index++));
|
||||||
|
|||||||
@@ -98,6 +98,7 @@ public enum HiscoreSkill
|
|||||||
KRIL_TSUTSAROTH("K'ril Tsutsaroth", BOSS),
|
KRIL_TSUTSAROTH("K'ril Tsutsaroth", BOSS),
|
||||||
MIMIC("Mimic", BOSS),
|
MIMIC("Mimic", BOSS),
|
||||||
NIGHTMARE("Nightmare", BOSS),
|
NIGHTMARE("Nightmare", BOSS),
|
||||||
|
PHOSANIS_NIGHTMARE("Phosani's Nightmare", BOSS),
|
||||||
OBOR("Obor", BOSS),
|
OBOR("Obor", BOSS),
|
||||||
SARACHNIS("Sarachnis", BOSS),
|
SARACHNIS("Sarachnis", BOSS),
|
||||||
SCORPIA("Scorpia", BOSS),
|
SCORPIA("Scorpia", BOSS),
|
||||||
|
|||||||
@@ -104,7 +104,7 @@ public class HiscorePanel extends PluginPanel
|
|||||||
GIANT_MOLE, GROTESQUE_GUARDIANS, HESPORI,
|
GIANT_MOLE, GROTESQUE_GUARDIANS, HESPORI,
|
||||||
KALPHITE_QUEEN, KING_BLACK_DRAGON, KRAKEN,
|
KALPHITE_QUEEN, KING_BLACK_DRAGON, KRAKEN,
|
||||||
KREEARRA, KRIL_TSUTSAROTH, MIMIC,
|
KREEARRA, KRIL_TSUTSAROTH, MIMIC,
|
||||||
NIGHTMARE, OBOR, SARACHNIS,
|
NIGHTMARE, PHOSANIS_NIGHTMARE, OBOR, SARACHNIS,
|
||||||
SCORPIA, SKOTIZO, TEMPOROSS,
|
SCORPIA, SKOTIZO, TEMPOROSS,
|
||||||
THE_GAUNTLET, THE_CORRUPTED_GAUNTLET, THEATRE_OF_BLOOD,
|
THE_GAUNTLET, THE_CORRUPTED_GAUNTLET, THEATRE_OF_BLOOD,
|
||||||
THEATRE_OF_BLOOD_HARD_MODE, THERMONUCLEAR_SMOKE_DEVIL, TZKAL_ZUK,
|
THEATRE_OF_BLOOD_HARD_MODE, THERMONUCLEAR_SMOKE_DEVIL, TZKAL_ZUK,
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 492 B |
Reference in New Issue
Block a user