mirror of
https://github.com/maxswa/osrs-json-hiscores.git
synced 2025-10-15 10:19:04 +00:00
Add new Gamemode
s
This commit is contained in:
@@ -5,7 +5,10 @@ export type Gamemode =
|
||||
| 'hardcore'
|
||||
| 'deadman'
|
||||
| 'seasonal'
|
||||
| 'tournament';
|
||||
| 'tournament'
|
||||
| 'skiller'
|
||||
| 'oneDefence'
|
||||
| 'freshStart';
|
||||
|
||||
export interface Skill {
|
||||
rank: number;
|
||||
|
@@ -22,7 +22,10 @@ export const GAMEMODE_URL: GamemodeUrl = {
|
||||
ultimate: `${BASE_URL}_ultimate/`,
|
||||
deadman: `${BASE_URL}_deadman/`,
|
||||
seasonal: `${BASE_URL}_seasonal/`,
|
||||
tournament: `${BASE_URL}_tournament/`
|
||||
tournament: `${BASE_URL}_tournament/`,
|
||||
skiller: `${BASE_URL}_skiller/`,
|
||||
oneDefence: `${BASE_URL}_skiller_defence/`,
|
||||
freshStart: `${BASE_URL}_fresh_start/`
|
||||
};
|
||||
export const SKILLS: SkillName[] = [
|
||||
'overall',
|
||||
|
Reference in New Issue
Block a user