This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [color] | |
| # achievement_diary, choose_spell, colosseum, combat_achievements, forestry_kit, forestry_shop, portal_nexus, quest_list, sailing, spell_tooltip, world_switcher | |
| background=0x0 | |
| # sailing | |
| background.alternate=0x595046 | |
| # sailing | |
| background.hovered=0x968776 | |
| # deposit_lock, sailing | |
| background_2=0xffffff | |
| # sailing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # remove comments (#) on lines to see changes affected | |
| # overlay color is in ARGB hex format | |
| # [overlay] | |
| # color=0x9C463D32 | |
| # [account_management.separator] | |
| # color="${color.separator}" | |
| # [achievement_diary.entry.border] | |
| # color="${color.border_3}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const url = 'http://www.runescape.com/g=oldscape/slr.ws?order=LPWM' | |
| const WorldTypes = { | |
| MEMBERS: 1, | |
| PVP: 1 << 2, | |
| BOUNTY: 1 << 5, | |
| PVP_ARENA: 1 << 6, | |
| SKILL_TOTAL: 1 << 7, | |
| QUEST_SPEEDRUNNING: 1 << 8, | |
| HIGH_RISK: 1 << 10, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "openapi": "3.0.1", | |
| "info": { | |
| "title": "Swagger Petstore", | |
| "description": "This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). For this sample, you can use the api key `special-key` to test the authorization filters.", | |
| "termsOfService": "http://swagger.io/terms/", | |
| "contact": { | |
| "email": "apiteam@swagger.io" | |
| }, | |
| "license": { |